Uses of Class
software.amazon.awssdk.services.organizations.model.Parent
-
Packages that use Parent Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of Parent in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type Parent Modifier and Type Method Description List<Parent>ListParentsResponse. parents()A list of parents for the specified child account or OU.Methods in software.amazon.awssdk.services.organizations.model with parameters of type Parent Modifier and Type Method Description ListParentsResponse.BuilderListParentsResponse.Builder. parents(Parent... parents)A list of parents for the specified child account or OU.Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type Parent Modifier and Type Method Description ListParentsResponse.BuilderListParentsResponse.Builder. parents(Collection<Parent> parents)A list of parents for the specified child account or OU.
-