| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLocationFsxOpenZfsResult> |
AWSDataSyncAsyncClient.createLocationFsxOpenZfsAsync(CreateLocationFsxOpenZfsRequest request,
AsyncHandler<CreateLocationFsxOpenZfsRequest,CreateLocationFsxOpenZfsResult> asyncHandler) |
Future<CreateLocationFsxOpenZfsResult> |
AbstractAWSDataSyncAsync.createLocationFsxOpenZfsAsync(CreateLocationFsxOpenZfsRequest request,
AsyncHandler<CreateLocationFsxOpenZfsRequest,CreateLocationFsxOpenZfsResult> asyncHandler) |
Future<CreateLocationFsxOpenZfsResult> |
AWSDataSyncAsync.createLocationFsxOpenZfsAsync(CreateLocationFsxOpenZfsRequest createLocationFsxOpenZfsRequest,
AsyncHandler<CreateLocationFsxOpenZfsRequest,CreateLocationFsxOpenZfsResult> asyncHandler)
Creates a transfer location for an Amazon FSx for OpenZFS file system.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLocationFsxOpenZfsRequest |
CreateLocationFsxOpenZfsRequest.clone() |
CreateLocationFsxOpenZfsRequest |
CreateLocationFsxOpenZfsRequest.withFsxFilesystemArn(String fsxFilesystemArn)
The Amazon Resource Name (ARN) of the FSx for OpenZFS file system.
|
CreateLocationFsxOpenZfsRequest |
CreateLocationFsxOpenZfsRequest.withProtocol(FsxProtocol protocol)
The type of protocol that DataSync uses to access your file system.
|
CreateLocationFsxOpenZfsRequest |
CreateLocationFsxOpenZfsRequest.withSecurityGroupArns(Collection<String> securityGroupArns)
The ARNs of the security groups that are used to configure the FSx for OpenZFS file system.
|
CreateLocationFsxOpenZfsRequest |
CreateLocationFsxOpenZfsRequest.withSecurityGroupArns(String... securityGroupArns)
The ARNs of the security groups that are used to configure the FSx for OpenZFS file system.
|
CreateLocationFsxOpenZfsRequest |
CreateLocationFsxOpenZfsRequest.withSubdirectory(String subdirectory)
A subdirectory in the location's path that must begin with
/fsx. |
CreateLocationFsxOpenZfsRequest |
CreateLocationFsxOpenZfsRequest.withTags(Collection<TagListEntry> tags)
The key-value pair that represents a tag that you want to add to the resource.
|
CreateLocationFsxOpenZfsRequest |
CreateLocationFsxOpenZfsRequest.withTags(TagListEntry... tags)
The key-value pair that represents a tag that you want to add to the resource.
|
Copyright © 2024. All rights reserved.