| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations |
Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an
organization and centrally manage your accounts and their resources.
|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
default ListDelegatedAdministratorsResponse |
OrganizationsClient.listDelegatedAdministrators(Consumer<ListDelegatedAdministratorsRequest.Builder> listDelegatedAdministratorsRequest)
Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.
|
default CompletableFuture<ListDelegatedAdministratorsResponse> |
OrganizationsAsyncClient.listDelegatedAdministrators(Consumer<ListDelegatedAdministratorsRequest.Builder> listDelegatedAdministratorsRequest)
Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.
|
default ListDelegatedAdministratorsIterable |
OrganizationsClient.listDelegatedAdministratorsPaginator(Consumer<ListDelegatedAdministratorsRequest.Builder> listDelegatedAdministratorsRequest)
Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.
|
default ListDelegatedAdministratorsPublisher |
OrganizationsAsyncClient.listDelegatedAdministratorsPaginator(Consumer<ListDelegatedAdministratorsRequest.Builder> listDelegatedAdministratorsRequest)
Lists the Amazon Web Services accounts that are designated as delegated administrators in this organization.
|
| Modifier and Type | Method and Description |
|---|---|
static ListDelegatedAdministratorsRequest.Builder |
ListDelegatedAdministratorsRequest.builder() |
ListDelegatedAdministratorsRequest.Builder |
ListDelegatedAdministratorsRequest.Builder.maxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListDelegatedAdministratorsRequest.Builder |
ListDelegatedAdministratorsRequest.Builder.nextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListDelegatedAdministratorsRequest.Builder |
ListDelegatedAdministratorsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDelegatedAdministratorsRequest.Builder |
ListDelegatedAdministratorsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDelegatedAdministratorsRequest.Builder |
ListDelegatedAdministratorsRequest.Builder.servicePrincipal(String servicePrincipal)
Specifies a service principal name.
|
ListDelegatedAdministratorsRequest.Builder |
ListDelegatedAdministratorsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDelegatedAdministratorsRequest.Builder> |
ListDelegatedAdministratorsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.