| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateStorageSystemResult |
AbstractAWSDataSync.updateStorageSystem(UpdateStorageSystemRequest request) |
UpdateStorageSystemResult |
AWSDataSyncClient.updateStorageSystem(UpdateStorageSystemRequest request)
Modifies some configurations of an on-premises storage system resource that you're using with DataSync Discovery.
|
UpdateStorageSystemResult |
AWSDataSync.updateStorageSystem(UpdateStorageSystemRequest updateStorageSystemRequest)
Modifies some configurations of an on-premises storage system resource that you're using with DataSync Discovery.
|
Future<UpdateStorageSystemResult> |
AbstractAWSDataSyncAsync.updateStorageSystemAsync(UpdateStorageSystemRequest request) |
Future<UpdateStorageSystemResult> |
AWSDataSyncAsyncClient.updateStorageSystemAsync(UpdateStorageSystemRequest request) |
Future<UpdateStorageSystemResult> |
AWSDataSyncAsync.updateStorageSystemAsync(UpdateStorageSystemRequest updateStorageSystemRequest)
Modifies some configurations of an on-premises storage system resource that you're using with DataSync Discovery.
|
Future<UpdateStorageSystemResult> |
AbstractAWSDataSyncAsync.updateStorageSystemAsync(UpdateStorageSystemRequest request,
AsyncHandler<UpdateStorageSystemRequest,UpdateStorageSystemResult> asyncHandler) |
Future<UpdateStorageSystemResult> |
AWSDataSyncAsyncClient.updateStorageSystemAsync(UpdateStorageSystemRequest request,
AsyncHandler<UpdateStorageSystemRequest,UpdateStorageSystemResult> asyncHandler) |
Future<UpdateStorageSystemResult> |
AWSDataSyncAsync.updateStorageSystemAsync(UpdateStorageSystemRequest updateStorageSystemRequest,
AsyncHandler<UpdateStorageSystemRequest,UpdateStorageSystemResult> asyncHandler)
Modifies some configurations of an on-premises storage system resource that you're using with DataSync Discovery.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateStorageSystemResult> |
AbstractAWSDataSyncAsync.updateStorageSystemAsync(UpdateStorageSystemRequest request,
AsyncHandler<UpdateStorageSystemRequest,UpdateStorageSystemResult> asyncHandler) |
Future<UpdateStorageSystemResult> |
AWSDataSyncAsyncClient.updateStorageSystemAsync(UpdateStorageSystemRequest request,
AsyncHandler<UpdateStorageSystemRequest,UpdateStorageSystemResult> asyncHandler) |
Future<UpdateStorageSystemResult> |
AWSDataSyncAsync.updateStorageSystemAsync(UpdateStorageSystemRequest updateStorageSystemRequest,
AsyncHandler<UpdateStorageSystemRequest,UpdateStorageSystemResult> asyncHandler)
Modifies some configurations of an on-premises storage system resource that you're using with DataSync Discovery.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateStorageSystemRequest |
UpdateStorageSystemRequest.clone() |
UpdateStorageSystemRequest |
UpdateStorageSystemRequest.withAgentArns(Collection<String> agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads your on-premises
storage system.
|
UpdateStorageSystemRequest |
UpdateStorageSystemRequest.withAgentArns(String... agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads your on-premises
storage system.
|
UpdateStorageSystemRequest |
UpdateStorageSystemRequest.withCloudWatchLogGroupArn(String cloudWatchLogGroupArn)
Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.
|
UpdateStorageSystemRequest |
UpdateStorageSystemRequest.withCredentials(Credentials credentials)
Specifies the user name and password for accessing your on-premises storage system's management interface.
|
UpdateStorageSystemRequest |
UpdateStorageSystemRequest.withName(String name)
Specifies a familiar name for your on-premises storage system.
|
UpdateStorageSystemRequest |
UpdateStorageSystemRequest.withServerConfiguration(DiscoveryServerConfiguration serverConfiguration)
Specifies the server name and network port required to connect with your on-premises storage system's management
interface.
|
UpdateStorageSystemRequest |
UpdateStorageSystemRequest.withStorageSystemArn(String storageSystemArn)
Specifies the ARN of the on-premises storage system that you want reconfigure.
|
Copyright © 2024. All rights reserved.