| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
Organization |
Organization.clone() |
Organization |
DescribeOrganizationResult.getOrganization()
A structure that contains information about the organization.
|
Organization |
CreateOrganizationResult.getOrganization()
A structure that contains details about the newly created organization.
|
Organization |
Organization.withArn(String arn)
The Amazon Resource Name (ARN) of an organization.
|
Organization |
Organization.withAvailablePolicyTypes(Collection<PolicyTypeSummary> availablePolicyTypes)
|
Organization |
Organization.withAvailablePolicyTypes(PolicyTypeSummary... availablePolicyTypes)
|
Organization |
Organization.withFeatureSet(OrganizationFeatureSet featureSet)
Specifies the functionality that currently is available to the organization.
|
Organization |
Organization.withFeatureSet(String featureSet)
Specifies the functionality that currently is available to the organization.
|
Organization |
Organization.withId(String id)
The unique identifier (ID) of an organization.
|
Organization |
Organization.withMasterAccountArn(String masterAccountArn)
The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
|
Organization |
Organization.withMasterAccountEmail(String masterAccountEmail)
The email address that is associated with the AWS account that is designated as the management account for the
organization.
|
Organization |
Organization.withMasterAccountId(String masterAccountId)
The unique identifier (ID) of the management account of an organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeOrganizationResult.setOrganization(Organization organization)
A structure that contains information about the organization.
|
void |
CreateOrganizationResult.setOrganization(Organization organization)
A structure that contains details about the newly created organization.
|
DescribeOrganizationResult |
DescribeOrganizationResult.withOrganization(Organization organization)
A structure that contains information about the organization.
|
CreateOrganizationResult |
CreateOrganizationResult.withOrganization(Organization organization)
A structure that contains details about the newly created organization.
|
Copyright © 2021. All rights reserved.