Uses of Class
software.amazon.awssdk.services.clouddirectory.model.DetachFromIndexResponse
-
Packages that use DetachFromIndexResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of DetachFromIndexResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return DetachFromIndexResponse Modifier and Type Method Description default DetachFromIndexResponseCloudDirectoryClient. detachFromIndex(Consumer<DetachFromIndexRequest.Builder> detachFromIndexRequest)Detaches the specified object from the specified index.default DetachFromIndexResponseCloudDirectoryClient. detachFromIndex(DetachFromIndexRequest detachFromIndexRequest)Detaches the specified object from the specified index.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type DetachFromIndexResponse Modifier and Type Method Description default CompletableFuture<DetachFromIndexResponse>CloudDirectoryAsyncClient. detachFromIndex(Consumer<DetachFromIndexRequest.Builder> detachFromIndexRequest)Detaches the specified object from the specified index.default CompletableFuture<DetachFromIndexResponse>CloudDirectoryAsyncClient. detachFromIndex(DetachFromIndexRequest detachFromIndexRequest)Detaches the specified object from the specified index.
-