Uses of Class
software.amazon.awssdk.services.datazone.model.DomainUnitOwnerProperties
-
Packages that use DomainUnitOwnerProperties Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of DomainUnitOwnerProperties in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return DomainUnitOwnerProperties Modifier and Type Method Description static DomainUnitOwnerPropertiesDomainUnitOwnerProperties. fromGroup(Consumer<DomainUnitGroupProperties.Builder> group)Create an instance of this class withgroup()initialized to the given value.static DomainUnitOwnerPropertiesDomainUnitOwnerProperties. fromGroup(DomainUnitGroupProperties group)Create an instance of this class withgroup()initialized to the given value.static DomainUnitOwnerPropertiesDomainUnitOwnerProperties. fromUser(Consumer<DomainUnitUserProperties.Builder> user)Create an instance of this class withuser()initialized to the given value.static DomainUnitOwnerPropertiesDomainUnitOwnerProperties. fromUser(DomainUnitUserProperties user)Create an instance of this class withuser()initialized to the given value.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type DomainUnitOwnerProperties Modifier and Type Method Description List<DomainUnitOwnerProperties>CreateDomainUnitResponse. owners()The owners of the domain unit.List<DomainUnitOwnerProperties>GetDomainUnitResponse. owners()The owners of the domain unit.List<DomainUnitOwnerProperties>UpdateDomainUnitResponse. owners()The owners of the domain unit that you want to update.Methods in software.amazon.awssdk.services.datazone.model with parameters of type DomainUnitOwnerProperties Modifier and Type Method Description CreateDomainUnitResponse.BuilderCreateDomainUnitResponse.Builder. owners(DomainUnitOwnerProperties... owners)The owners of the domain unit.GetDomainUnitResponse.BuilderGetDomainUnitResponse.Builder. owners(DomainUnitOwnerProperties... owners)The owners of the domain unit.UpdateDomainUnitResponse.BuilderUpdateDomainUnitResponse.Builder. owners(DomainUnitOwnerProperties... owners)The owners of the domain unit that you want to update.Method parameters in software.amazon.awssdk.services.datazone.model with type arguments of type DomainUnitOwnerProperties Modifier and Type Method Description CreateDomainUnitResponse.BuilderCreateDomainUnitResponse.Builder. owners(Collection<DomainUnitOwnerProperties> owners)The owners of the domain unit.GetDomainUnitResponse.BuilderGetDomainUnitResponse.Builder. owners(Collection<DomainUnitOwnerProperties> owners)The owners of the domain unit.UpdateDomainUnitResponse.BuilderUpdateDomainUnitResponse.Builder. owners(Collection<DomainUnitOwnerProperties> owners)The owners of the domain unit that you want to update.
-