Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.AttachToIndexRequest.Builder
-
Packages that use AttachToIndexRequest.Builder Package Description software.amazon.awssdk.services.clouddirectory Amazon Cloud Directory software.amazon.awssdk.services.clouddirectory.model -
-
Uses of AttachToIndexRequest.Builder in software.amazon.awssdk.services.clouddirectory
Method parameters in software.amazon.awssdk.services.clouddirectory with type arguments of type AttachToIndexRequest.Builder Modifier and Type Method Description default CompletableFuture<AttachToIndexResponse>CloudDirectoryAsyncClient. attachToIndex(Consumer<AttachToIndexRequest.Builder> attachToIndexRequest)Attaches the specified object to the specified index.default AttachToIndexResponseCloudDirectoryClient. attachToIndex(Consumer<AttachToIndexRequest.Builder> attachToIndexRequest)Attaches the specified object to the specified index. -
Uses of AttachToIndexRequest.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return AttachToIndexRequest.Builder Modifier and Type Method Description static AttachToIndexRequest.BuilderAttachToIndexRequest. builder()AttachToIndexRequest.BuilderAttachToIndexRequest.Builder. directoryArn(String directoryArn)The Amazon Resource Name (ARN) of the directory where the object and index exist.default AttachToIndexRequest.BuilderAttachToIndexRequest.Builder. indexReference(Consumer<ObjectReference.Builder> indexReference)A reference to the index that you are attaching the object to.AttachToIndexRequest.BuilderAttachToIndexRequest.Builder. indexReference(ObjectReference indexReference)A reference to the index that you are attaching the object to.AttachToIndexRequest.BuilderAttachToIndexRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AttachToIndexRequest.BuilderAttachToIndexRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default AttachToIndexRequest.BuilderAttachToIndexRequest.Builder. targetReference(Consumer<ObjectReference.Builder> targetReference)A reference to the object that you are attaching to the index.AttachToIndexRequest.BuilderAttachToIndexRequest.Builder. targetReference(ObjectReference targetReference)A reference to the object that you are attaching to the index.AttachToIndexRequest.BuilderAttachToIndexRequest. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type AttachToIndexRequest.Builder Modifier and Type Method Description static Class<? extends AttachToIndexRequest.Builder>AttachToIndexRequest. serializableBuilderClass()
-