| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationEfsResult |
AWSDataSync.describeLocationEfs(DescribeLocationEfsRequest describeLocationEfsRequest)
Returns metadata, such as the path information about an Amazon EFS location.
|
DescribeLocationEfsResult |
AbstractAWSDataSync.describeLocationEfs(DescribeLocationEfsRequest request) |
DescribeLocationEfsResult |
AWSDataSyncClient.describeLocationEfs(DescribeLocationEfsRequest request)
Returns metadata, such as the path information about an Amazon EFS location.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLocationEfsResult> |
AWSDataSyncAsync.describeLocationEfsAsync(DescribeLocationEfsRequest describeLocationEfsRequest,
AsyncHandler<DescribeLocationEfsRequest,DescribeLocationEfsResult> asyncHandler)
Returns metadata, such as the path information about an Amazon EFS location.
|
Future<DescribeLocationEfsResult> |
AWSDataSyncAsyncClient.describeLocationEfsAsync(DescribeLocationEfsRequest request,
AsyncHandler<DescribeLocationEfsRequest,DescribeLocationEfsResult> asyncHandler) |
Future<DescribeLocationEfsResult> |
AbstractAWSDataSyncAsync.describeLocationEfsAsync(DescribeLocationEfsRequest request,
AsyncHandler<DescribeLocationEfsRequest,DescribeLocationEfsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationEfsResult |
DescribeLocationEfsResult.clone() |
DescribeLocationEfsResult |
DescribeLocationEfsResult.withCreationTime(Date creationTime)
The time that the EFS location was created.
|
DescribeLocationEfsResult |
DescribeLocationEfsResult.withEc2Config(Ec2Config ec2Config) |
DescribeLocationEfsResult |
DescribeLocationEfsResult.withLocationArn(String locationArn)
The Amazon resource Name (ARN) of the EFS location that was described.
|
DescribeLocationEfsResult |
DescribeLocationEfsResult.withLocationUri(String locationUri)
The URL of the EFS location that was described.
|
Copyright © 2020. All rights reserved.