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