Uses of Class
software.amazon.awssdk.services.clouddirectory.model.ObjectAttributeUpdate
-
Packages that use ObjectAttributeUpdate Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of ObjectAttributeUpdate in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type ObjectAttributeUpdate Modifier and Type Method Description List<ObjectAttributeUpdate>BatchUpdateObjectAttributes. attributeUpdates()Attributes update structure.List<ObjectAttributeUpdate>UpdateObjectAttributesRequest. attributeUpdates()The attributes update structure.Methods in software.amazon.awssdk.services.clouddirectory.model with parameters of type ObjectAttributeUpdate Modifier and Type Method Description BatchUpdateObjectAttributes.BuilderBatchUpdateObjectAttributes.Builder. attributeUpdates(ObjectAttributeUpdate... attributeUpdates)Attributes update structure.UpdateObjectAttributesRequest.BuilderUpdateObjectAttributesRequest.Builder. attributeUpdates(ObjectAttributeUpdate... attributeUpdates)The attributes update structure.Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type ObjectAttributeUpdate Modifier and Type Method Description BatchUpdateObjectAttributes.BuilderBatchUpdateObjectAttributes.Builder. attributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)Attributes update structure.UpdateObjectAttributesRequest.BuilderUpdateObjectAttributesRequest.Builder. attributeUpdates(Collection<ObjectAttributeUpdate> attributeUpdates)The attributes update structure.
-