Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.BatchUpdateObjectAttributesResponse.Builder
-
Packages that use BatchUpdateObjectAttributesResponse.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of BatchUpdateObjectAttributesResponse.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return BatchUpdateObjectAttributesResponse.Builder Modifier and Type Method Description static BatchUpdateObjectAttributesResponse.BuilderBatchUpdateObjectAttributesResponse. builder()BatchUpdateObjectAttributesResponse.BuilderBatchUpdateObjectAttributesResponse.Builder. objectIdentifier(String objectIdentifier)ID that is associated with the object.BatchUpdateObjectAttributesResponse.BuilderBatchUpdateObjectAttributesResponse. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type BatchUpdateObjectAttributesResponse.Builder Modifier and Type Method Description static Class<? extends BatchUpdateObjectAttributesResponse.Builder>BatchUpdateObjectAttributesResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type BatchUpdateObjectAttributesResponse.Builder Modifier and Type Method Description default BatchWriteOperationResponse.BuilderBatchWriteOperationResponse.Builder. updateObjectAttributes(Consumer<BatchUpdateObjectAttributesResponse.Builder> updateObjectAttributes)Updates a given object’s attributes.
-