| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
ListAgentsResponse.Builder |
ListAgentsResponse.Builder.agents(AgentListEntry... agents)
A list of agents in your account.
|
ListAgentsResponse.Builder |
ListAgentsResponse.Builder.agents(Collection<AgentListEntry> agents)
A list of agents in your account.
|
ListAgentsResponse.Builder |
ListAgentsResponse.Builder.agents(Consumer<AgentListEntry.Builder>... agents)
A list of agents in your account.
|
static ListAgentsResponse.Builder |
ListAgentsResponse.builder() |
ListAgentsResponse.Builder |
ListAgentsResponse.Builder.nextToken(String nextToken)
An opaque string that indicates the position at which to begin returning the next list of agents.
|
ListAgentsResponse.Builder |
ListAgentsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListAgentsResponse.Builder> |
ListAgentsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.