| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLocationEfsResult> |
AWSDataSyncAsyncClient.createLocationEfsAsync(CreateLocationEfsRequest request,
AsyncHandler<CreateLocationEfsRequest,CreateLocationEfsResult> asyncHandler) |
Future<CreateLocationEfsResult> |
AWSDataSyncAsync.createLocationEfsAsync(CreateLocationEfsRequest createLocationEfsRequest,
AsyncHandler<CreateLocationEfsRequest,CreateLocationEfsResult> asyncHandler)
Creates an endpoint for an Amazon EFS file system that DataSync can access for a transfer.
|
Future<CreateLocationEfsResult> |
AbstractAWSDataSyncAsync.createLocationEfsAsync(CreateLocationEfsRequest request,
AsyncHandler<CreateLocationEfsRequest,CreateLocationEfsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLocationEfsRequest |
CreateLocationEfsRequest.clone() |
CreateLocationEfsRequest |
CreateLocationEfsRequest.withAccessPointArn(String accessPointArn)
Specifies the Amazon Resource Name (ARN) of the access point that DataSync uses to access the Amazon EFS file
system.
|
CreateLocationEfsRequest |
CreateLocationEfsRequest.withEc2Config(Ec2Config ec2Config)
Specifies the subnet and security groups DataSync uses to access your Amazon EFS file system.
|
CreateLocationEfsRequest |
CreateLocationEfsRequest.withEfsFilesystemArn(String efsFilesystemArn)
Specifies the ARN for the Amazon EFS file system.
|
CreateLocationEfsRequest |
CreateLocationEfsRequest.withFileSystemAccessRoleArn(String fileSystemAccessRoleArn)
Specifies an Identity and Access Management (IAM) role that DataSync assumes when mounting the Amazon EFS file
system.
|
CreateLocationEfsRequest |
CreateLocationEfsRequest.withInTransitEncryption(EfsInTransitEncryption inTransitEncryption)
Specifies whether you want DataSync to use Transport Layer Security (TLS) 1.2 encryption when it copies data to
or from the Amazon EFS file system.
|
CreateLocationEfsRequest |
CreateLocationEfsRequest.withInTransitEncryption(String inTransitEncryption)
Specifies whether you want DataSync to use Transport Layer Security (TLS) 1.2 encryption when it copies data to
or from the Amazon EFS file system.
|
CreateLocationEfsRequest |
CreateLocationEfsRequest.withSubdirectory(String subdirectory)
Specifies a mount path for your Amazon EFS file system.
|
CreateLocationEfsRequest |
CreateLocationEfsRequest.withTags(Collection<TagListEntry> tags)
Specifies the key-value pair that represents a tag that you want to add to the resource.
|
CreateLocationEfsRequest |
CreateLocationEfsRequest.withTags(TagListEntry... tags)
Specifies the key-value pair that represents a tag that you want to add to the resource.
|
Copyright © 2023. All rights reserved.