| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeAgentResult |
AbstractAWSDataSync.describeAgent(DescribeAgentRequest request) |
DescribeAgentResult |
AWSDataSyncClient.describeAgent(DescribeAgentRequest request)
Returns information about an DataSync agent, such as its name, service endpoint type, and status.
|
DescribeAgentResult |
AWSDataSync.describeAgent(DescribeAgentRequest describeAgentRequest)
Returns information about an DataSync agent, such as its name, service endpoint type, and status.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeAgentResult> |
AbstractAWSDataSyncAsync.describeAgentAsync(DescribeAgentRequest request) |
Future<DescribeAgentResult> |
AWSDataSyncAsyncClient.describeAgentAsync(DescribeAgentRequest request) |
Future<DescribeAgentResult> |
AWSDataSyncAsync.describeAgentAsync(DescribeAgentRequest describeAgentRequest)
Returns information about an DataSync agent, such as its name, service endpoint type, and status.
|
Future<DescribeAgentResult> |
AbstractAWSDataSyncAsync.describeAgentAsync(DescribeAgentRequest request,
AsyncHandler<DescribeAgentRequest,DescribeAgentResult> asyncHandler) |
Future<DescribeAgentResult> |
AWSDataSyncAsyncClient.describeAgentAsync(DescribeAgentRequest request,
AsyncHandler<DescribeAgentRequest,DescribeAgentResult> asyncHandler) |
Future<DescribeAgentResult> |
AWSDataSyncAsync.describeAgentAsync(DescribeAgentRequest describeAgentRequest,
AsyncHandler<DescribeAgentRequest,DescribeAgentResult> asyncHandler)
Returns information about an DataSync agent, such as its name, service endpoint type, and status.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeAgentResult> |
AbstractAWSDataSyncAsync.describeAgentAsync(DescribeAgentRequest request,
AsyncHandler<DescribeAgentRequest,DescribeAgentResult> asyncHandler) |
Future<DescribeAgentResult> |
AWSDataSyncAsyncClient.describeAgentAsync(DescribeAgentRequest request,
AsyncHandler<DescribeAgentRequest,DescribeAgentResult> asyncHandler) |
Future<DescribeAgentResult> |
AWSDataSyncAsync.describeAgentAsync(DescribeAgentRequest describeAgentRequest,
AsyncHandler<DescribeAgentRequest,DescribeAgentResult> asyncHandler)
Returns information about an DataSync agent, such as its name, service endpoint type, and status.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeAgentResult |
DescribeAgentResult.clone() |
DescribeAgentResult |
DescribeAgentResult.withAgentArn(String agentArn)
The ARN of the agent.
|
DescribeAgentResult |
DescribeAgentResult.withCreationTime(Date creationTime)
The time that the agent was activated.
|
DescribeAgentResult |
DescribeAgentResult.withEndpointType(EndpointType endpointType)
The type of service
endpoint that your agent is connected to.
|
DescribeAgentResult |
DescribeAgentResult.withEndpointType(String endpointType)
The type of service
endpoint that your agent is connected to.
|
DescribeAgentResult |
DescribeAgentResult.withLastConnectionTime(Date lastConnectionTime)
The last time that the agent was communicating with the DataSync service.
|
DescribeAgentResult |
DescribeAgentResult.withName(String name)
The name of the agent.
|
DescribeAgentResult |
DescribeAgentResult.withPlatform(Platform platform)
The platform-related details about the agent, such as the version number.
|
DescribeAgentResult |
DescribeAgentResult.withPrivateLinkConfig(PrivateLinkConfig privateLinkConfig)
The network configuration that the agent uses when connecting to a VPC service endpoint.
|
DescribeAgentResult |
DescribeAgentResult.withStatus(AgentStatus status)
The status of the agent.
|
DescribeAgentResult |
DescribeAgentResult.withStatus(String status)
The status of the agent.
|
Copyright © 2024. All rights reserved.