| Package | Description |
|---|---|
| com.amazonaws.services.drs |
AWS Elastic Disaster Recovery Service.
|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListStagingAccountsResult> |
AWSdrsAsyncClient.listStagingAccountsAsync(ListStagingAccountsRequest request,
AsyncHandler<ListStagingAccountsRequest,ListStagingAccountsResult> asyncHandler) |
Future<ListStagingAccountsResult> |
AWSdrsAsync.listStagingAccountsAsync(ListStagingAccountsRequest listStagingAccountsRequest,
AsyncHandler<ListStagingAccountsRequest,ListStagingAccountsResult> asyncHandler)
Returns an array of staging accounts for existing extended source servers.
|
Future<ListStagingAccountsResult> |
AbstractAWSdrsAsync.listStagingAccountsAsync(ListStagingAccountsRequest request,
AsyncHandler<ListStagingAccountsRequest,ListStagingAccountsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListStagingAccountsRequest |
ListStagingAccountsRequest.clone() |
ListStagingAccountsRequest |
ListStagingAccountsRequest.withMaxResults(Integer maxResults)
The maximum number of staging Accounts to retrieve.
|
ListStagingAccountsRequest |
ListStagingAccountsRequest.withNextToken(String nextToken)
The token of the next staging Account to retrieve.
|
Copyright © 2022. All rights reserved.