| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeStorageSystemResult |
AbstractAWSDataSync.describeStorageSystem(DescribeStorageSystemRequest request) |
DescribeStorageSystemResult |
AWSDataSync.describeStorageSystem(DescribeStorageSystemRequest describeStorageSystemRequest)
Returns information about an on-premises storage system that you're using with DataSync Discovery.
|
DescribeStorageSystemResult |
AWSDataSyncClient.describeStorageSystem(DescribeStorageSystemRequest request)
Returns information about an on-premises storage system that you're using with DataSync Discovery.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeStorageSystemResult> |
AbstractAWSDataSyncAsync.describeStorageSystemAsync(DescribeStorageSystemRequest request,
AsyncHandler<DescribeStorageSystemRequest,DescribeStorageSystemResult> asyncHandler) |
Future<DescribeStorageSystemResult> |
AWSDataSyncAsync.describeStorageSystemAsync(DescribeStorageSystemRequest describeStorageSystemRequest,
AsyncHandler<DescribeStorageSystemRequest,DescribeStorageSystemResult> asyncHandler)
Returns information about an on-premises storage system that you're using with DataSync Discovery.
|
Future<DescribeStorageSystemResult> |
AWSDataSyncAsyncClient.describeStorageSystemAsync(DescribeStorageSystemRequest request,
AsyncHandler<DescribeStorageSystemRequest,DescribeStorageSystemResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeStorageSystemResult |
DescribeStorageSystemResult.clone() |
DescribeStorageSystemResult |
DescribeStorageSystemResult.withAgentArns(Collection<String> agentArns)
The ARN of the DataSync agent that connects to and reads from your on-premises storage system.
|
DescribeStorageSystemResult |
DescribeStorageSystemResult.withAgentArns(String... agentArns)
The ARN of the DataSync agent that connects to and reads from your on-premises storage system.
|
DescribeStorageSystemResult |
DescribeStorageSystemResult.withCloudWatchLogGroupArn(String cloudWatchLogGroupArn)
The ARN of the Amazon CloudWatch log group that's used to monitor and log discovery job events.
|
DescribeStorageSystemResult |
DescribeStorageSystemResult.withConnectivityStatus(StorageSystemConnectivityStatus connectivityStatus)
Indicates whether your DataSync agent can connect to your on-premises storage system.
|
DescribeStorageSystemResult |
DescribeStorageSystemResult.withConnectivityStatus(String connectivityStatus)
Indicates whether your DataSync agent can connect to your on-premises storage system.
|
DescribeStorageSystemResult |
DescribeStorageSystemResult.withCreationTime(Date creationTime)
The time when you added the on-premises storage system to DataSync Discovery.
|
DescribeStorageSystemResult |
DescribeStorageSystemResult.withErrorMessage(String errorMessage)
Describes the connectivity error that the DataSync agent is encountering with your on-premises storage system.
|
DescribeStorageSystemResult |
DescribeStorageSystemResult.withName(String name)
The name that you gave your on-premises storage system when adding it to DataSync Discovery.
|
DescribeStorageSystemResult |
DescribeStorageSystemResult.withSecretsManagerArn(String secretsManagerArn)
The ARN of the secret that stores your on-premises storage system's credentials.
|
DescribeStorageSystemResult |
DescribeStorageSystemResult.withServerConfiguration(DiscoveryServerConfiguration serverConfiguration)
The server name and network port required to connect with your on-premises storage system's management interface.
|
DescribeStorageSystemResult |
DescribeStorageSystemResult.withStorageSystemArn(String storageSystemArn)
The ARN of the on-premises storage system that the discovery job looked at.
|
DescribeStorageSystemResult |
DescribeStorageSystemResult.withSystemType(DiscoverySystemType systemType)
The type of on-premises storage system.
|
DescribeStorageSystemResult |
DescribeStorageSystemResult.withSystemType(String systemType)
The type of on-premises storage system.
|
Copyright © 2024. All rights reserved.