| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
static AccountJoinedMethod |
AccountJoinedMethod.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
AccountJoinedMethod |
Account.joinedMethod()
The method by which the account joined the organization.
|
AccountJoinedMethod |
DelegatedAdministrator.joinedMethod()
The method by which the delegated administrator's account joined the organization.
|
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 |
|---|---|
static Set<AccountJoinedMethod> |
AccountJoinedMethod.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Account.Builder |
Account.Builder.joinedMethod(AccountJoinedMethod joinedMethod)
The method by which the account joined the organization.
|
DelegatedAdministrator.Builder |
DelegatedAdministrator.Builder.joinedMethod(AccountJoinedMethod joinedMethod)
The method by which the delegated administrator's account joined the organization.
|
Copyright © 2023. All rights reserved.