| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListAgentsResponse> |
DataSyncAsyncClient.listAgents(Consumer<ListAgentsRequest.Builder> listAgentsRequest)
Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region
specified in the request.
|
default ListAgentsResponse |
DataSyncClient.listAgents(Consumer<ListAgentsRequest.Builder> listAgentsRequest)
Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region
specified in the request.
|
default ListAgentsPublisher |
DataSyncAsyncClient.listAgentsPaginator(Consumer<ListAgentsRequest.Builder> listAgentsRequest)
Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region
specified in the request.
|
default ListAgentsIterable |
DataSyncClient.listAgentsPaginator(Consumer<ListAgentsRequest.Builder> listAgentsRequest)
Returns a list of DataSync agents that belong to an Amazon Web Services account in the Amazon Web Services Region
specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
static ListAgentsRequest.Builder |
ListAgentsRequest.builder() |
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.maxResults(Integer maxResults)
Specifies the maximum number of DataSync agents to list in a response.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.nextToken(String nextToken)
Specifies an opaque string that indicates the position to begin the next list of results in the response.
|
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAgentsRequest.Builder |
ListAgentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListAgentsRequest.Builder |
ListAgentsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAgentsRequest.Builder> |
ListAgentsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.