| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
DelegatedAdministrator |
DelegatedAdministrator.clone() |
DelegatedAdministrator |
DelegatedAdministrator.withArn(String arn)
The Amazon Resource Name (ARN) of the delegated administrator's account.
|
DelegatedAdministrator |
DelegatedAdministrator.withDelegationEnabledDate(Date delegationEnabledDate)
The date when the account was made a delegated administrator.
|
DelegatedAdministrator |
DelegatedAdministrator.withEmail(String email)
The email address that is associated with the delegated administrator's Amazon Web Services account.
|
DelegatedAdministrator |
DelegatedAdministrator.withId(String id)
The unique identifier (ID) of the delegated administrator's account.
|
DelegatedAdministrator |
DelegatedAdministrator.withJoinedMethod(AccountJoinedMethod joinedMethod)
The method by which the delegated administrator's account joined the organization.
|
DelegatedAdministrator |
DelegatedAdministrator.withJoinedMethod(String joinedMethod)
The method by which the delegated administrator's account joined the organization.
|
DelegatedAdministrator |
DelegatedAdministrator.withJoinedTimestamp(Date joinedTimestamp)
The date when the delegated administrator's account became a part of the organization.
|
DelegatedAdministrator |
DelegatedAdministrator.withName(String name)
The friendly name of the delegated administrator's account.
|
DelegatedAdministrator |
DelegatedAdministrator.withStatus(AccountStatus status)
The status of the delegated administrator's account in the organization.
|
DelegatedAdministrator |
DelegatedAdministrator.withStatus(String status)
The status of the delegated administrator's account in the organization.
|
| Modifier and Type | Method and Description |
|---|---|
List<DelegatedAdministrator> |
ListDelegatedAdministratorsResult.getDelegatedAdministrators()
The list of delegated administrators in your organization.
|
| Modifier and Type | Method and Description |
|---|---|
ListDelegatedAdministratorsResult |
ListDelegatedAdministratorsResult.withDelegatedAdministrators(DelegatedAdministrator... delegatedAdministrators)
The list of delegated administrators in your organization.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDelegatedAdministratorsResult.setDelegatedAdministrators(Collection<DelegatedAdministrator> delegatedAdministrators)
The list of delegated administrators in your organization.
|
ListDelegatedAdministratorsResult |
ListDelegatedAdministratorsResult.withDelegatedAdministrators(Collection<DelegatedAdministrator> delegatedAdministrators)
The list of delegated administrators in your organization.
|
Copyright © 2023. All rights reserved.