Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.DeleteIndexResponse
-
Packages that use DeleteIndexResponse Package Description software.amazon.awssdk.services.resourceexplorer2 Amazon Web Services Resource Explorer is a resource search and discovery service. -
-
Uses of DeleteIndexResponse in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 that return DeleteIndexResponse Modifier and Type Method Description default DeleteIndexResponseResourceExplorer2Client. deleteIndex(Consumer<DeleteIndexRequest.Builder> deleteIndexRequest)Deletes the specified index and turns off Amazon Web Services Resource Explorer in the specified Amazon Web Services Region.default DeleteIndexResponseResourceExplorer2Client. deleteIndex(DeleteIndexRequest deleteIndexRequest)Deletes the specified index and turns off Amazon Web Services Resource Explorer in the specified Amazon Web Services Region.Methods in software.amazon.awssdk.services.resourceexplorer2 that return types with arguments of type DeleteIndexResponse Modifier and Type Method Description default CompletableFuture<DeleteIndexResponse>ResourceExplorer2AsyncClient. deleteIndex(Consumer<DeleteIndexRequest.Builder> deleteIndexRequest)Deletes the specified index and turns off Amazon Web Services Resource Explorer in the specified Amazon Web Services Region.default CompletableFuture<DeleteIndexResponse>ResourceExplorer2AsyncClient. deleteIndex(DeleteIndexRequest deleteIndexRequest)Deletes the specified index and turns off Amazon Web Services Resource Explorer in the specified Amazon Web Services Region.
-