| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs |
AWS Elastic Disaster Recovery Service.
|
| software.amazon.awssdk.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListStagingAccountsResponse> |
DrsAsyncClient.listStagingAccounts(Consumer<ListStagingAccountsRequest.Builder> listStagingAccountsRequest)
Returns an array of staging accounts for existing extended source servers.
|
default ListStagingAccountsResponse |
DrsClient.listStagingAccounts(Consumer<ListStagingAccountsRequest.Builder> listStagingAccountsRequest)
Returns an array of staging accounts for existing extended source servers.
|
default ListStagingAccountsPublisher |
DrsAsyncClient.listStagingAccountsPaginator(Consumer<ListStagingAccountsRequest.Builder> listStagingAccountsRequest)
Returns an array of staging accounts for existing extended source servers.
|
default ListStagingAccountsIterable |
DrsClient.listStagingAccountsPaginator(Consumer<ListStagingAccountsRequest.Builder> listStagingAccountsRequest)
Returns an array of staging accounts for existing extended source servers.
|
| Modifier and Type | Method and Description |
|---|---|
static ListStagingAccountsRequest.Builder |
ListStagingAccountsRequest.builder() |
ListStagingAccountsRequest.Builder |
ListStagingAccountsRequest.Builder.maxResults(Integer maxResults)
The maximum number of staging Accounts to retrieve.
|
ListStagingAccountsRequest.Builder |
ListStagingAccountsRequest.Builder.nextToken(String nextToken)
The token of the next staging Account to retrieve.
|
ListStagingAccountsRequest.Builder |
ListStagingAccountsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStagingAccountsRequest.Builder |
ListStagingAccountsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListStagingAccountsRequest.Builder |
ListStagingAccountsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListStagingAccountsRequest.Builder> |
ListStagingAccountsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.