| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs.model | |
| software.amazon.awssdk.services.drs.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Account> |
ListStagingAccountsResponse.accounts()
An array of staging AWS Accounts.
|
| Modifier and Type | Method and Description |
|---|---|
ListStagingAccountsResponse.Builder |
ListStagingAccountsResponse.Builder.accounts(Account... accounts)
An array of staging AWS Accounts.
|
| Modifier and Type | Method and Description |
|---|---|
ListStagingAccountsResponse.Builder |
ListStagingAccountsResponse.Builder.accounts(Collection<Account> accounts)
An array of staging AWS Accounts.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Account> |
ListStagingAccountsIterable.accounts()
Returns an iterable to iterate through the paginated
ListStagingAccountsResponse.accounts() member. |
SdkPublisher<Account> |
ListStagingAccountsPublisher.accounts()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.