| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
static OrganizationMode |
OrganizationMode.fromValue(String value)
Use this in place of valueOf.
|
static OrganizationMode |
OrganizationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrganizationMode[] |
OrganizationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Organization.setMode(OrganizationMode mode)
Specifies the mode of operation that currently applies to all accounts in the organization.
|
void |
CreateOrganizationRequest.setMode(OrganizationMode mode)
Specifies the mode that the new organization is in.
|
Organization |
Organization.withMode(OrganizationMode mode)
Specifies the mode of operation that currently applies to all accounts in the organization.
|
CreateOrganizationRequest |
CreateOrganizationRequest.withMode(OrganizationMode mode)
Specifies the mode that the new organization is in.
|
Copyright © 2017. All rights reserved.