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