| 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 ListDelegatedServicesForAccountResponse |
OrganizationsClient.listDelegatedServicesForAccount(Consumer<ListDelegatedServicesForAccountRequest.Builder> listDelegatedServicesForAccountRequest)
List the Amazon Web Services services for which the specified account is a delegated administrator.
|
default CompletableFuture<ListDelegatedServicesForAccountResponse> |
OrganizationsAsyncClient.listDelegatedServicesForAccount(Consumer<ListDelegatedServicesForAccountRequest.Builder> listDelegatedServicesForAccountRequest)
List the Amazon Web Services services for which the specified account is a delegated administrator.
|
default ListDelegatedServicesForAccountIterable |
OrganizationsClient.listDelegatedServicesForAccountPaginator(Consumer<ListDelegatedServicesForAccountRequest.Builder> listDelegatedServicesForAccountRequest)
List the Amazon Web Services services for which the specified account is a delegated administrator.
|
default ListDelegatedServicesForAccountPublisher |
OrganizationsAsyncClient.listDelegatedServicesForAccountPaginator(Consumer<ListDelegatedServicesForAccountRequest.Builder> listDelegatedServicesForAccountRequest)
List the Amazon Web Services services for which the specified account is a delegated administrator.
|
| Modifier and Type | Method and Description |
|---|---|
ListDelegatedServicesForAccountRequest.Builder |
ListDelegatedServicesForAccountRequest.Builder.accountId(String accountId)
The account ID number of a delegated administrator account in the organization.
|
static ListDelegatedServicesForAccountRequest.Builder |
ListDelegatedServicesForAccountRequest.builder() |
ListDelegatedServicesForAccountRequest.Builder |
ListDelegatedServicesForAccountRequest.Builder.maxResults(Integer maxResults)
The total number of results that you want included on each page of the response.
|
ListDelegatedServicesForAccountRequest.Builder |
ListDelegatedServicesForAccountRequest.Builder.nextToken(String nextToken)
The parameter for receiving additional results if you receive a
NextToken response in a previous
request. |
ListDelegatedServicesForAccountRequest.Builder |
ListDelegatedServicesForAccountRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDelegatedServicesForAccountRequest.Builder |
ListDelegatedServicesForAccountRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDelegatedServicesForAccountRequest.Builder |
ListDelegatedServicesForAccountRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDelegatedServicesForAccountRequest.Builder> |
ListDelegatedServicesForAccountRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.