Uses of Interface
software.amazon.awssdk.services.organizations.model.Parent.Builder
-
Packages that use Parent.Builder Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of Parent.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return Parent.Builder Modifier and Type Method Description static Parent.BuilderParent. builder()Parent.BuilderParent.Builder. id(String id)The unique identifier (ID) of the parent entity.Parent.BuilderParent. toBuilder()Parent.BuilderParent.Builder. type(String type)The type of the parent entity.Parent.BuilderParent.Builder. type(ParentType type)The type of the parent entity.Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type Parent.Builder Modifier and Type Method Description static Class<? extends Parent.Builder>Parent. serializableBuilderClass()
-