Uses of Class
software.amazon.awssdk.services.resourceexplorer2.model.DeleteIndexRequest
-
Packages that use DeleteIndexRequest 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 DeleteIndexRequest in software.amazon.awssdk.services.resourceexplorer2
Methods in software.amazon.awssdk.services.resourceexplorer2 with parameters of type DeleteIndexRequest Modifier and Type Method Description 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.default DeleteIndexResponseResourceExplorer2Client. deleteIndex(DeleteIndexRequest deleteIndexRequest)Deletes the specified index and turns off Amazon Web Services Resource Explorer in the specified Amazon Web Services Region. -
Uses of DeleteIndexRequest in software.amazon.awssdk.services.resourceexplorer2.transform
Methods in software.amazon.awssdk.services.resourceexplorer2.transform with parameters of type DeleteIndexRequest Modifier and Type Method Description SdkHttpFullRequestDeleteIndexRequestMarshaller. marshall(DeleteIndexRequest deleteIndexRequest)
-