| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeAgentResult |
AWSDataSync.describeAgent(DescribeAgentRequest describeAgentRequest)
Returns metadata such as the name, the network interfaces, and the status (that is, whether the agent is running
or not) for an agent.
|
DescribeAgentResult |
AbstractAWSDataSync.describeAgent(DescribeAgentRequest request) |
DescribeAgentResult |
AWSDataSyncClient.describeAgent(DescribeAgentRequest request)
Returns metadata such as the name, the network interfaces, and the status (that is, whether the agent is running
or not) for an agent.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeAgentResult> |
AWSDataSyncAsync.describeAgentAsync(DescribeAgentRequest describeAgentRequest)
Returns metadata such as the name, the network interfaces, and the status (that is, whether the agent is running
or not) for an agent.
|
Future<DescribeAgentResult> |
AWSDataSyncAsyncClient.describeAgentAsync(DescribeAgentRequest request) |
Future<DescribeAgentResult> |
AbstractAWSDataSyncAsync.describeAgentAsync(DescribeAgentRequest request) |
Future<DescribeAgentResult> |
AWSDataSyncAsync.describeAgentAsync(DescribeAgentRequest describeAgentRequest,
AsyncHandler<DescribeAgentRequest,DescribeAgentResult> asyncHandler)
Returns metadata such as the name, the network interfaces, and the status (that is, whether the agent is running
or not) for an agent.
|
Future<DescribeAgentResult> |
AWSDataSyncAsyncClient.describeAgentAsync(DescribeAgentRequest request,
AsyncHandler<DescribeAgentRequest,DescribeAgentResult> asyncHandler) |
Future<DescribeAgentResult> |
AbstractAWSDataSyncAsync.describeAgentAsync(DescribeAgentRequest request,
AsyncHandler<DescribeAgentRequest,DescribeAgentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeAgentResult> |
AWSDataSyncAsync.describeAgentAsync(DescribeAgentRequest describeAgentRequest,
AsyncHandler<DescribeAgentRequest,DescribeAgentResult> asyncHandler)
Returns metadata such as the name, the network interfaces, and the status (that is, whether the agent is running
or not) for an agent.
|
Future<DescribeAgentResult> |
AWSDataSyncAsyncClient.describeAgentAsync(DescribeAgentRequest request,
AsyncHandler<DescribeAgentRequest,DescribeAgentResult> asyncHandler) |
Future<DescribeAgentResult> |
AbstractAWSDataSyncAsync.describeAgentAsync(DescribeAgentRequest request,
AsyncHandler<DescribeAgentRequest,DescribeAgentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeAgentResult |
DescribeAgentResult.clone() |
DescribeAgentResult |
DescribeAgentResult.withAgentArn(String agentArn)
The Amazon Resource Name (ARN) of the agent.
|
DescribeAgentResult |
DescribeAgentResult.withCreationTime(Date creationTime)
The time that the agent was activated (that is, created in your account).
|
DescribeAgentResult |
DescribeAgentResult.withEndpointType(EndpointType endpointType)
The type of endpoint that your agent is connected to.
|
DescribeAgentResult |
DescribeAgentResult.withEndpointType(String endpointType)
The type of endpoint that your agent is connected to.
|
DescribeAgentResult |
DescribeAgentResult.withLastConnectionTime(Date lastConnectionTime)
The time that the agent last connected to DataSyc.
|
DescribeAgentResult |
DescribeAgentResult.withName(String name)
The name of the agent.
|
DescribeAgentResult |
DescribeAgentResult.withPrivateLinkConfig(PrivateLinkConfig privateLinkConfig)
The subnet and the security group that DataSync used to access a VPC endpoint.
|
DescribeAgentResult |
DescribeAgentResult.withStatus(AgentStatus status)
The status of the agent.
|
DescribeAgentResult |
DescribeAgentResult.withStatus(String status)
The status of the agent.
|
Copyright © 2019. All rights reserved.