| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model |
| Modifier and Type | Method and Description |
|---|---|
static ListDelegatedServicesForAccountResponse.Builder |
ListDelegatedServicesForAccountResponse.builder() |
ListDelegatedServicesForAccountResponse.Builder |
ListDelegatedServicesForAccountResponse.Builder.delegatedServices(Collection<DelegatedService> delegatedServices)
The services for which the account is a delegated administrator.
|
ListDelegatedServicesForAccountResponse.Builder |
ListDelegatedServicesForAccountResponse.Builder.delegatedServices(Consumer<DelegatedService.Builder>... delegatedServices)
The services for which the account is a delegated administrator.
|
ListDelegatedServicesForAccountResponse.Builder |
ListDelegatedServicesForAccountResponse.Builder.delegatedServices(DelegatedService... delegatedServices)
The services for which the account is a delegated administrator.
|
ListDelegatedServicesForAccountResponse.Builder |
ListDelegatedServicesForAccountResponse.Builder.nextToken(String nextToken)
If present, indicates that more output is available than is included in the current response.
|
ListDelegatedServicesForAccountResponse.Builder |
ListDelegatedServicesForAccountResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListDelegatedServicesForAccountResponse.Builder> |
ListDelegatedServicesForAccountResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.