| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLocationFsxLustreResult> |
AbstractAWSDataSyncAsync.createLocationFsxLustreAsync(CreateLocationFsxLustreRequest request,
AsyncHandler<CreateLocationFsxLustreRequest,CreateLocationFsxLustreResult> asyncHandler) |
Future<CreateLocationFsxLustreResult> |
AWSDataSyncAsync.createLocationFsxLustreAsync(CreateLocationFsxLustreRequest createLocationFsxLustreRequest,
AsyncHandler<CreateLocationFsxLustreRequest,CreateLocationFsxLustreResult> asyncHandler)
Creates an endpoint for an Amazon FSx for Lustre file system.
|
Future<CreateLocationFsxLustreResult> |
AWSDataSyncAsyncClient.createLocationFsxLustreAsync(CreateLocationFsxLustreRequest request,
AsyncHandler<CreateLocationFsxLustreRequest,CreateLocationFsxLustreResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLocationFsxLustreRequest |
CreateLocationFsxLustreRequest.clone() |
CreateLocationFsxLustreRequest |
CreateLocationFsxLustreRequest.withFsxFilesystemArn(String fsxFilesystemArn)
The Amazon Resource Name (ARN) for the FSx for Lustre file system.
|
CreateLocationFsxLustreRequest |
CreateLocationFsxLustreRequest.withSecurityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Lustre file
system.
|
CreateLocationFsxLustreRequest |
CreateLocationFsxLustreRequest.withSecurityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are used to configure the FSx for Lustre file
system.
|
CreateLocationFsxLustreRequest |
CreateLocationFsxLustreRequest.withSubdirectory(String subdirectory)
A subdirectory in the location's path.
|
CreateLocationFsxLustreRequest |
CreateLocationFsxLustreRequest.withTags(Collection<TagListEntry> tags)
The key-value pair that represents a tag that you want to add to the resource.
|
CreateLocationFsxLustreRequest |
CreateLocationFsxLustreRequest.withTags(TagListEntry... tags)
The key-value pair that represents a tag that you want to add to the resource.
|
Copyright © 2022. All rights reserved.