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