Uses of Class
software.amazon.awssdk.services.organizations.model.Root
-
Packages that use Root Package Description software.amazon.awssdk.services.organizations.model -
-
Uses of Root in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return Root Modifier and Type Method Description RootDisablePolicyTypeResponse. root()A structure that shows the root with the updated list of enabled policy types.RootEnablePolicyTypeResponse. root()A structure that shows the root with the updated list of enabled policy types.Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type Root Modifier and Type Method Description List<Root>ListRootsResponse. roots()A list of roots that are defined in an organization.Methods in software.amazon.awssdk.services.organizations.model with parameters of type Root Modifier and Type Method Description DisablePolicyTypeResponse.BuilderDisablePolicyTypeResponse.Builder. root(Root root)A structure that shows the root with the updated list of enabled policy types.EnablePolicyTypeResponse.BuilderEnablePolicyTypeResponse.Builder. root(Root root)A structure that shows the root with the updated list of enabled policy types.ListRootsResponse.BuilderListRootsResponse.Builder. roots(Root... roots)A list of roots that are defined in an organization.Method parameters in software.amazon.awssdk.services.organizations.model with type arguments of type Root Modifier and Type Method Description ListRootsResponse.BuilderListRootsResponse.Builder. roots(Collection<Root> roots)A list of roots that are defined in an organization.
-