| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
AgentListEntry |
AgentListEntry.clone() |
AgentListEntry |
AgentListEntry.withAgentArn(String agentArn)
The Amazon Resource Name (ARN) of a DataSync agent.
|
AgentListEntry |
AgentListEntry.withName(String name)
The name of an agent.
|
AgentListEntry |
AgentListEntry.withPlatform(Platform platform)
The platform-related details about the agent, such as the version number.
|
AgentListEntry |
AgentListEntry.withStatus(AgentStatus status)
The status of an agent.
|
AgentListEntry |
AgentListEntry.withStatus(String status)
The status of an agent.
|
| Modifier and Type | Method and Description |
|---|---|
List<AgentListEntry> |
ListAgentsResult.getAgents()
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 |
|---|---|
ListAgentsResult |
ListAgentsResult.withAgents(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 |
|---|---|
void |
ListAgentsResult.setAgents(Collection<AgentListEntry> agents)
A list of DataSync agents in your Amazon Web Services account in the Amazon Web Services Region specified in the
request.
|
ListAgentsResult |
ListAgentsResult.withAgents(Collection<AgentListEntry> agents)
A list of DataSync agents in your Amazon Web Services account in the Amazon Web Services Region specified in the
request.
|
Copyright © 2024. All rights reserved.