| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAgentResult> |
AWSDataSyncAsyncClient.updateAgentAsync(UpdateAgentRequest request,
AsyncHandler<UpdateAgentRequest,UpdateAgentResult> asyncHandler) |
Future<UpdateAgentResult> |
AbstractAWSDataSyncAsync.updateAgentAsync(UpdateAgentRequest request,
AsyncHandler<UpdateAgentRequest,UpdateAgentResult> asyncHandler) |
Future<UpdateAgentResult> |
AWSDataSyncAsync.updateAgentAsync(UpdateAgentRequest updateAgentRequest,
AsyncHandler<UpdateAgentRequest,UpdateAgentResult> asyncHandler)
Updates the name of an DataSync agent.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAgentRequest |
UpdateAgentRequest.clone() |
UpdateAgentRequest |
UpdateAgentRequest.withAgentArn(String agentArn)
The Amazon Resource Name (ARN) of the agent to update.
|
UpdateAgentRequest |
UpdateAgentRequest.withName(String name)
The name that you want to use to configure the agent.
|
Copyright © 2024. All rights reserved.