| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLocationEfsResult> |
AWSDataSyncAsync.createLocationEfsAsync(CreateLocationEfsRequest createLocationEfsRequest,
AsyncHandler<CreateLocationEfsRequest,CreateLocationEfsResult> asyncHandler)
Creates an endpoint for an Amazon EFS file system.
|
Future<CreateLocationEfsResult> |
AWSDataSyncAsyncClient.createLocationEfsAsync(CreateLocationEfsRequest request,
AsyncHandler<CreateLocationEfsRequest,CreateLocationEfsResult> asyncHandler) |
Future<CreateLocationEfsResult> |
AbstractAWSDataSyncAsync.createLocationEfsAsync(CreateLocationEfsRequest request,
AsyncHandler<CreateLocationEfsRequest,CreateLocationEfsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLocationEfsRequest |
CreateLocationEfsRequest.clone() |
CreateLocationEfsRequest |
CreateLocationEfsRequest.withEc2Config(Ec2Config ec2Config)
The subnet and security group that the Amazon EFS file system uses.
|
CreateLocationEfsRequest |
CreateLocationEfsRequest.withEfsFilesystemArn(String efsFilesystemArn)
The Amazon Resource Name (ARN) for the Amazon EFS file system.
|
CreateLocationEfsRequest |
CreateLocationEfsRequest.withSubdirectory(String subdirectory)
A subdirectory in the location’s path.
|
CreateLocationEfsRequest |
CreateLocationEfsRequest.withTags(Collection<TagListEntry> tags)
The key-value pair that represents a tag that you want to add to the resource.
|
CreateLocationEfsRequest |
CreateLocationEfsRequest.withTags(TagListEntry... tags)
The key-value pair that represents a tag that you want to add to the resource.
|
Copyright © 2020. All rights reserved.