Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.UpdateIndexTypeRequest
-
Packages that use UpdateIndexTypeRequest Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service.software.amazon.awssdk.services.resourceexplorer2.transform -
-
Uses of UpdateIndexTypeRequest in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 with parameters of type UpdateIndexTypeRequest Modifier and Type Method Description default CompletableFuture<UpdateIndexTypeResponse>ResourceExplorer2AsyncClient. updateIndexType(UpdateIndexTypeRequest updateIndexTypeRequest)Changes the type of the index from one of the following types to the other.default UpdateIndexTypeResponseResourceExplorer2Client. updateIndexType(UpdateIndexTypeRequest updateIndexTypeRequest)Changes the type of the index from one of the following types to the other. -
Uses of UpdateIndexTypeRequest in software.amazon.awssdk.services.resourceexplorer2.transform
Methods in software.amazon.awssdk.services.resourceexplorer2.transform with parameters of type UpdateIndexTypeRequest Modifier and Type Method Description SdkHttpFullRequestUpdateIndexTypeRequestMarshaller. marshall(UpdateIndexTypeRequest updateIndexTypeRequest)
-