| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.agentArn(String agentArn)
The Amazon Resource Name (ARN) of the agent.
|
static DescribeAgentResponse.Builder |
DescribeAgentResponse.builder() |
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.creationTime(Instant creationTime)
The time that the agent was activated (that is, created in your account).
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.lastConnectionTime(Instant lastConnectionTime)
The time that the agent was last connected.
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.name(String name)
The name of the agent.
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.status(AgentStatus status)
The status of the agent.
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.Builder.status(String status)
The status of the agent.
|
DescribeAgentResponse.Builder |
DescribeAgentResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeAgentResponse.Builder> |
DescribeAgentResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.