| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model | |
| software.amazon.awssdk.services.datasync.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<AgentListEntry> |
ListAgentsResponse.agents()
A list of DataSync agents in your Amazon Web Services account in the Amazon Web Services Region specified in the
request.
|
| Modifier and Type | Method and Description |
|---|---|
ListAgentsResponse.Builder |
ListAgentsResponse.Builder.agents(AgentListEntry... agents)
A list of DataSync agents in your Amazon Web Services account in the Amazon Web Services Region specified in
the request.
|
| Modifier and Type | Method and Description |
|---|---|
ListAgentsResponse.Builder |
ListAgentsResponse.Builder.agents(Collection<AgentListEntry> agents)
A list of DataSync agents in your Amazon Web Services account in the Amazon Web Services Region specified in
the request.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AgentListEntry> |
ListAgentsPublisher.agents()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AgentListEntry> |
ListAgentsIterable.agents()
Returns an iterable to iterate through the paginated
ListAgentsResponse.agents() member. |
Copyright © 2023. All rights reserved.