| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
AddStorageSystemResult |
AbstractAWSDataSync.addStorageSystem(AddStorageSystemRequest request) |
AddStorageSystemResult |
AWSDataSyncClient.addStorageSystem(AddStorageSystemRequest request)
Creates an Amazon Web Services resource for an on-premises storage system that you want DataSync Discovery to
collect information about.
|
AddStorageSystemResult |
AWSDataSync.addStorageSystem(AddStorageSystemRequest addStorageSystemRequest)
Creates an Amazon Web Services resource for an on-premises storage system that you want DataSync Discovery to
collect information about.
|
Future<AddStorageSystemResult> |
AbstractAWSDataSyncAsync.addStorageSystemAsync(AddStorageSystemRequest request) |
Future<AddStorageSystemResult> |
AWSDataSyncAsyncClient.addStorageSystemAsync(AddStorageSystemRequest request) |
Future<AddStorageSystemResult> |
AWSDataSyncAsync.addStorageSystemAsync(AddStorageSystemRequest addStorageSystemRequest)
Creates an Amazon Web Services resource for an on-premises storage system that you want DataSync Discovery to
collect information about.
|
Future<AddStorageSystemResult> |
AbstractAWSDataSyncAsync.addStorageSystemAsync(AddStorageSystemRequest request,
AsyncHandler<AddStorageSystemRequest,AddStorageSystemResult> asyncHandler) |
Future<AddStorageSystemResult> |
AWSDataSyncAsyncClient.addStorageSystemAsync(AddStorageSystemRequest request,
AsyncHandler<AddStorageSystemRequest,AddStorageSystemResult> asyncHandler) |
Future<AddStorageSystemResult> |
AWSDataSyncAsync.addStorageSystemAsync(AddStorageSystemRequest addStorageSystemRequest,
AsyncHandler<AddStorageSystemRequest,AddStorageSystemResult> asyncHandler)
Creates an Amazon Web Services resource for an on-premises storage system that you want DataSync Discovery to
collect information about.
|
| Modifier and Type | Method and Description |
|---|---|
Future<AddStorageSystemResult> |
AbstractAWSDataSyncAsync.addStorageSystemAsync(AddStorageSystemRequest request,
AsyncHandler<AddStorageSystemRequest,AddStorageSystemResult> asyncHandler) |
Future<AddStorageSystemResult> |
AWSDataSyncAsyncClient.addStorageSystemAsync(AddStorageSystemRequest request,
AsyncHandler<AddStorageSystemRequest,AddStorageSystemResult> asyncHandler) |
Future<AddStorageSystemResult> |
AWSDataSyncAsync.addStorageSystemAsync(AddStorageSystemRequest addStorageSystemRequest,
AsyncHandler<AddStorageSystemRequest,AddStorageSystemResult> asyncHandler)
Creates an Amazon Web Services resource for an on-premises storage system that you want DataSync Discovery to
collect information about.
|
| Modifier and Type | Method and Description |
|---|---|
AddStorageSystemRequest |
AddStorageSystemRequest.clone() |
AddStorageSystemRequest |
AddStorageSystemRequest.withAgentArns(Collection<String> agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads from your on-premises
storage system's management interface.
|
AddStorageSystemRequest |
AddStorageSystemRequest.withAgentArns(String... agentArns)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that connects to and reads from your on-premises
storage system's management interface.
|
AddStorageSystemRequest |
AddStorageSystemRequest.withClientToken(String clientToken)
Specifies a client token to make sure requests with this API operation are idempotent.
|
AddStorageSystemRequest |
AddStorageSystemRequest.withCloudWatchLogGroupArn(String cloudWatchLogGroupArn)
Specifies the ARN of the Amazon CloudWatch log group for monitoring and logging discovery job events.
|
AddStorageSystemRequest |
AddStorageSystemRequest.withCredentials(Credentials credentials)
Specifies the user name and password for accessing your on-premises storage system's management interface.
|
AddStorageSystemRequest |
AddStorageSystemRequest.withName(String name)
Specifies a familiar name for your on-premises storage system.
|
AddStorageSystemRequest |
AddStorageSystemRequest.withServerConfiguration(DiscoveryServerConfiguration serverConfiguration)
Specifies the server name and network port required to connect with the management interface of your on-premises
storage system.
|
AddStorageSystemRequest |
AddStorageSystemRequest.withSystemType(DiscoverySystemType systemType)
Specifies the type of on-premises storage system that you want DataSync Discovery to collect information about.
|
AddStorageSystemRequest |
AddStorageSystemRequest.withSystemType(String systemType)
Specifies the type of on-premises storage system that you want DataSync Discovery to collect information about.
|
AddStorageSystemRequest |
AddStorageSystemRequest.withTags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
AddStorageSystemRequest |
AddStorageSystemRequest.withTags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
Copyright © 2024. All rights reserved.