| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
DescribeAgentResult |
AbstractAWSDataSync.describeAgent(DescribeAgentRequest request) |
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.
|
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> |
AbstractAWSDataSyncAsync.describeAgentAsync(DescribeAgentRequest request) |
Future<DescribeAgentResult> |
AWSDataSyncAsyncClient.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> |
AbstractAWSDataSyncAsync.describeAgentAsync(DescribeAgentRequest request,
AsyncHandler<DescribeAgentRequest,DescribeAgentResult> asyncHandler) |
Future<DescribeAgentResult> |
AWSDataSyncAsyncClient.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> |
AbstractAWSDataSyncAsync.describeAgentAsync(DescribeAgentRequest request,
AsyncHandler<DescribeAgentRequest,DescribeAgentResult> asyncHandler) |
Future<DescribeAgentResult> |
AWSDataSyncAsyncClient.describeAgentAsync(DescribeAgentRequest request,
AsyncHandler<DescribeAgentRequest,DescribeAgentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeAgentRequest |
DescribeAgentRequest.clone() |
DescribeAgentRequest |
DescribeAgentRequest.withAgentArn(String agentArn)
The Amazon Resource Name (ARN) of the agent to describe.
|
Copyright © 2021. All rights reserved.