Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchAttachObjectResponse.Builder
-
Packages that use BatchAttachObjectResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchAttachObjectResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchAttachObjectResponse.Builder Modifier and Type Method Description BatchAttachObjectResponse.BuilderBatchAttachObjectResponse.Builder. attachedObjectIdentifier(String attachedObjectIdentifier)TheObjectIdentifierof the object that has been attached.static BatchAttachObjectResponse.BuilderBatchAttachObjectResponse. builder()BatchAttachObjectResponse.BuilderBatchAttachObjectResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchAttachObjectResponse.Builder Modifier and Type Method Description static Class<? extends BatchAttachObjectResponse.Builder>BatchAttachObjectResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchAttachObjectResponse.Builder Modifier and Type Method Description default BatchWriteOperationResponse.BuilderBatchWriteOperationResponse.Builder. attachObject(Consumer<BatchAttachObjectResponse.Builder> attachObject)Attaches an object to a Directory.
-