| Package | Description |
|---|---|
| software.amazon.awssdk.services.organizations.model | |
| software.amazon.awssdk.services.organizations.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DelegatedService> |
ListDelegatedServicesForAccountResponse.delegatedServices()
The services for which the account is a delegated administrator.
|
| Modifier and Type | Method and Description |
|---|---|
ListDelegatedServicesForAccountResponse.Builder |
ListDelegatedServicesForAccountResponse.Builder.delegatedServices(DelegatedService... delegatedServices)
The services for which the account is a delegated administrator.
|
| Modifier and Type | Method and Description |
|---|---|
ListDelegatedServicesForAccountResponse.Builder |
ListDelegatedServicesForAccountResponse.Builder.delegatedServices(Collection<DelegatedService> delegatedServices)
The services for which the account is a delegated administrator.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DelegatedService> |
ListDelegatedServicesForAccountPublisher.delegatedServices()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DelegatedService> |
ListDelegatedServicesForAccountIterable.delegatedServices()
Returns an iterable to iterate through the paginated
ListDelegatedServicesForAccountResponse.delegatedServices() member. |
Copyright © 2023. All rights reserved.