| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
static AccountJoinedMethod |
AccountJoinedMethod.fromValue(String value)
Use this in place of valueOf.
|
static AccountJoinedMethod |
AccountJoinedMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountJoinedMethod[] |
AccountJoinedMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Account.setJoinedMethod(AccountJoinedMethod joinedMethod)
The method by which the account joined the organization.
|
DelegatedAdministrator |
DelegatedAdministrator.withJoinedMethod(AccountJoinedMethod joinedMethod)
The method by which the delegated administrator's account joined the organization.
|
Account |
Account.withJoinedMethod(AccountJoinedMethod joinedMethod)
The method by which the account joined the organization.
|
Copyright © 2025. All rights reserved.