Uses of Class
software.amazon.awssdk.services.clouddirectory.model.AttachToIndexResponse
-
Packages that use AttachToIndexResponse Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory -
-
Uses of AttachToIndexResponse in software.amazon.awssdk.services.clouddirectory
Methods in software.amazon.awssdk.services.clouddirectory that return AttachToIndexResponse Modifier and Type Method Description default AttachToIndexResponseCloudDirectoryClient. attachToIndex(Consumer<AttachToIndexRequest.Builder> attachToIndexRequest)Attaches the specified object to the specified index.default AttachToIndexResponseCloudDirectoryClient. attachToIndex(AttachToIndexRequest attachToIndexRequest)Attaches the specified object to the specified index.Methods in software.amazon.awssdk.services.clouddirectory that return types with arguments of type AttachToIndexResponse Modifier and Type Method Description default CompletableFuture<AttachToIndexResponse>CloudDirectoryAsyncClient. attachToIndex(Consumer<AttachToIndexRequest.Builder> attachToIndexRequest)Attaches the specified object to the specified index.default CompletableFuture<AttachToIndexResponse>CloudDirectoryAsyncClient. attachToIndex(AttachToIndexRequest attachToIndexRequest)Attaches the specified object to the specified index.
-