| Package | Description |
|---|---|
| software.amazon.awssdk.services.drs |
AWS Elastic Disaster Recovery Service.
|
| software.amazon.awssdk.services.drs.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListStagingAccountsResponse |
DrsClient.listStagingAccounts(Consumer<ListStagingAccountsRequest.Builder> listStagingAccountsRequest)
Returns an array of staging accounts for existing extended source servers.
|
default ListStagingAccountsResponse |
DrsClient.listStagingAccounts(ListStagingAccountsRequest listStagingAccountsRequest)
Returns an array of staging accounts for existing extended source servers.
|
| 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 CompletableFuture<ListStagingAccountsResponse> |
DrsAsyncClient.listStagingAccounts(ListStagingAccountsRequest listStagingAccountsRequest)
Returns an array of staging accounts for existing extended source servers.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListStagingAccountsResponse> |
ListStagingAccountsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStagingAccountsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListStagingAccountsResponse> subscriber) |
Copyright © 2023. All rights reserved.