Uses of Class
software.amazon.awssdk.services.datazone.model.OwnerGroupProperties
-
Packages that use OwnerGroupProperties Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of OwnerGroupProperties in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return OwnerGroupProperties Modifier and Type Method Description OwnerGroupPropertiesOwnerProperties. group()Specifies that the domain unit owner is a group.Methods in software.amazon.awssdk.services.datazone.model with parameters of type OwnerGroupProperties Modifier and Type Method Description static OwnerPropertiesOwnerProperties. fromGroup(OwnerGroupProperties group)Create an instance of this class withOwnerProperties.group()initialized to the given value.OwnerProperties.BuilderOwnerProperties.Builder. group(OwnerGroupProperties group)Specifies that the domain unit owner is a group.
-