Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchAttachToIndexResponse.Builder
-
Packages that use BatchAttachToIndexResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchAttachToIndexResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchAttachToIndexResponse.Builder Modifier and Type Method Description BatchAttachToIndexResponse.BuilderBatchAttachToIndexResponse.Builder. attachedObjectIdentifier(String attachedObjectIdentifier)TheObjectIdentifierof the object that was attached to the index.static BatchAttachToIndexResponse.BuilderBatchAttachToIndexResponse. builder()BatchAttachToIndexResponse.BuilderBatchAttachToIndexResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchAttachToIndexResponse.Builder Modifier and Type Method Description static Class<? extends BatchAttachToIndexResponse.Builder>BatchAttachToIndexResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchAttachToIndexResponse.Builder Modifier and Type Method Description default BatchWriteOperationResponse.BuilderBatchWriteOperationResponse.Builder. attachToIndex(Consumer<BatchAttachToIndexResponse.Builder> attachToIndex)Attaches the specified object to the specified index.
-