| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeAgentResponse |
DataSyncClient.describeAgent(Consumer<DescribeAgentRequest.Builder> 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.
|
default DescribeAgentResponse |
DataSyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeAgentResponse> |
DataSyncAsyncClient.describeAgent(Consumer<DescribeAgentRequest.Builder> 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.
|
default CompletableFuture<DescribeAgentResponse> |
DataSyncAsyncClient.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.
|
Copyright © 2020. All rights reserved.