| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListAgentsResponse |
DataSyncClient.listAgents()
Returns a list of agents owned by an AWS account in the AWS Region specified in the request.
|
default ListAgentsResponse |
DataSyncClient.listAgents(Consumer<ListAgentsRequest.Builder> listAgentsRequest)
Returns a list of agents owned by an AWS account in the AWS Region specified in the request.
|
default ListAgentsResponse |
DataSyncClient.listAgents(ListAgentsRequest listAgentsRequest)
Returns a list of agents owned by an AWS account in the AWS Region specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAgentsResponse> |
DataSyncAsyncClient.listAgents()
Returns a list of agents owned by an AWS account in the AWS Region specified in the request.
|
default CompletableFuture<ListAgentsResponse> |
DataSyncAsyncClient.listAgents(Consumer<ListAgentsRequest.Builder> listAgentsRequest)
Returns a list of agents owned by an AWS account in the AWS Region specified in the request.
|
default CompletableFuture<ListAgentsResponse> |
DataSyncAsyncClient.listAgents(ListAgentsRequest listAgentsRequest)
Returns a list of agents owned by an AWS account in the AWS Region specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListAgentsResponse> |
ListAgentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListAgentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListAgentsResponse> subscriber) |
Copyright © 2020. All rights reserved.