| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationEfsResult |
AbstractAWSDataSync.describeLocationEfs(DescribeLocationEfsRequest request) |
DescribeLocationEfsResult |
AWSDataSyncClient.describeLocationEfs(DescribeLocationEfsRequest request)
Provides details about how an DataSync transfer location for an Amazon EFS file system is configured.
|
DescribeLocationEfsResult |
AWSDataSync.describeLocationEfs(DescribeLocationEfsRequest describeLocationEfsRequest)
Provides details about how an DataSync transfer location for an Amazon EFS file system is configured.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeLocationEfsResult> |
AbstractAWSDataSyncAsync.describeLocationEfsAsync(DescribeLocationEfsRequest request,
AsyncHandler<DescribeLocationEfsRequest,DescribeLocationEfsResult> asyncHandler) |
Future<DescribeLocationEfsResult> |
AWSDataSyncAsync.describeLocationEfsAsync(DescribeLocationEfsRequest describeLocationEfsRequest,
AsyncHandler<DescribeLocationEfsRequest,DescribeLocationEfsResult> asyncHandler)
Provides details about how an DataSync transfer location for an Amazon EFS file system is configured.
|
Future<DescribeLocationEfsResult> |
AWSDataSyncAsyncClient.describeLocationEfsAsync(DescribeLocationEfsRequest request,
AsyncHandler<DescribeLocationEfsRequest,DescribeLocationEfsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationEfsResult |
DescribeLocationEfsResult.clone() |
DescribeLocationEfsResult |
DescribeLocationEfsResult.withAccessPointArn(String accessPointArn)
The ARN of the access point that DataSync uses to access the Amazon EFS file system.
|
DescribeLocationEfsResult |
DescribeLocationEfsResult.withCreationTime(Date creationTime)
The time that the location was created.
|
DescribeLocationEfsResult |
DescribeLocationEfsResult.withEc2Config(Ec2Config ec2Config) |
DescribeLocationEfsResult |
DescribeLocationEfsResult.withFileSystemAccessRoleArn(String fileSystemAccessRoleArn)
The Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file system.
|
DescribeLocationEfsResult |
DescribeLocationEfsResult.withInTransitEncryption(EfsInTransitEncryption inTransitEncryption)
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon
EFS file system.
|
DescribeLocationEfsResult |
DescribeLocationEfsResult.withInTransitEncryption(String inTransitEncryption)
Describes whether DataSync uses Transport Layer Security (TLS) encryption when copying data to or from the Amazon
EFS file system.
|
DescribeLocationEfsResult |
DescribeLocationEfsResult.withLocationArn(String locationArn)
The ARN of the Amazon EFS file system location.
|
DescribeLocationEfsResult |
DescribeLocationEfsResult.withLocationUri(String locationUri)
The URL of the Amazon EFS file system location.
|
Copyright © 2024. All rights reserved.