Uses of Class
software.amazon.awssdk.services.datazone.model.OwnerProperties
-
Packages that use OwnerProperties Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of OwnerProperties in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return OwnerProperties Modifier and Type Method Description static OwnerPropertiesOwnerProperties. fromGroup(Consumer<OwnerGroupProperties.Builder> group)Create an instance of this class withgroup()initialized to the given value.static OwnerPropertiesOwnerProperties. fromGroup(OwnerGroupProperties group)Create an instance of this class withgroup()initialized to the given value.static OwnerPropertiesOwnerProperties. fromUser(Consumer<OwnerUserProperties.Builder> user)Create an instance of this class withuser()initialized to the given value.static OwnerPropertiesOwnerProperties. fromUser(OwnerUserProperties user)Create an instance of this class withuser()initialized to the given value.OwnerPropertiesAddEntityOwnerRequest. owner()The owner that you want to add to the entity.OwnerPropertiesRemoveEntityOwnerRequest. owner()The owner that you want to remove from an entity.Methods in software.amazon.awssdk.services.datazone.model with parameters of type OwnerProperties Modifier and Type Method Description AddEntityOwnerRequest.BuilderAddEntityOwnerRequest.Builder. owner(OwnerProperties owner)The owner that you want to add to the entity.RemoveEntityOwnerRequest.BuilderRemoveEntityOwnerRequest.Builder. owner(OwnerProperties owner)The owner that you want to remove from an entity.
-