| Package | Description |
|---|---|
| com.amazonaws.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
DelegatedService |
DelegatedService.clone() |
DelegatedService |
DelegatedService.withDelegationEnabledDate(Date delegationEnabledDate)
The date that the account became a delegated administrator for this service.
|
DelegatedService |
DelegatedService.withServicePrincipal(String servicePrincipal)
The name of an Amazon Web Services service that can request an operation for the specified service.
|
| Modifier and Type | Method and Description |
|---|---|
List<DelegatedService> |
ListDelegatedServicesForAccountResult.getDelegatedServices()
The services for which the account is a delegated administrator.
|
| Modifier and Type | Method and Description |
|---|---|
ListDelegatedServicesForAccountResult |
ListDelegatedServicesForAccountResult.withDelegatedServices(DelegatedService... delegatedServices)
The services for which the account is a delegated administrator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDelegatedServicesForAccountResult.setDelegatedServices(Collection<DelegatedService> delegatedServices)
The services for which the account is a delegated administrator.
|
ListDelegatedServicesForAccountResult |
ListDelegatedServicesForAccountResult.withDelegatedServices(Collection<DelegatedService> delegatedServices)
The services for which the account is a delegated administrator.
|
Copyright © 2023. All rights reserved.