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