Uses of Class
software.amazon.awssdk.services.organizations.model.ChildType
-
Packages that use ChildType Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of ChildType in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return ChildType Modifier and Type Method Description ChildTypeListChildrenRequest. childType()Filters the output to include only the specified child type.static ChildTypeChildType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ChildTypeChild. type()The type of this child entity.static ChildTypeChildType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChildType[]ChildType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type ChildType Modifier and Type Method Description static Set<ChildType>ChildType. knownValues()Methods in software.amazon.awssdk.services.organizations.model with parameters of type ChildType Modifier and Type Method Description ListChildrenRequest.BuilderListChildrenRequest.Builder. childType(ChildType childType)Filters the output to include only the specified child type.Child.BuilderChild.Builder. type(ChildType type)The type of this child entity.
-