| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLocationFsxOntapResult> |
AbstractAWSDataSyncAsync.createLocationFsxOntapAsync(CreateLocationFsxOntapRequest request,
AsyncHandler<CreateLocationFsxOntapRequest,CreateLocationFsxOntapResult> asyncHandler) |
Future<CreateLocationFsxOntapResult> |
AWSDataSyncAsync.createLocationFsxOntapAsync(CreateLocationFsxOntapRequest createLocationFsxOntapRequest,
AsyncHandler<CreateLocationFsxOntapRequest,CreateLocationFsxOntapResult> asyncHandler)
Creates an endpoint for an Amazon FSx for NetApp ONTAP file system that DataSync can access for a transfer.
|
Future<CreateLocationFsxOntapResult> |
AWSDataSyncAsyncClient.createLocationFsxOntapAsync(CreateLocationFsxOntapRequest request,
AsyncHandler<CreateLocationFsxOntapRequest,CreateLocationFsxOntapResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLocationFsxOntapRequest |
CreateLocationFsxOntapRequest.clone() |
CreateLocationFsxOntapRequest |
CreateLocationFsxOntapRequest.withProtocol(FsxProtocol protocol) |
CreateLocationFsxOntapRequest |
CreateLocationFsxOntapRequest.withSecurityGroupArns(Collection<String> securityGroupArns)
Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.
|
CreateLocationFsxOntapRequest |
CreateLocationFsxOntapRequest.withSecurityGroupArns(String... securityGroupArns)
Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.
|
CreateLocationFsxOntapRequest |
CreateLocationFsxOntapRequest.withStorageVirtualMachineArn(String storageVirtualMachineArn)
Specifies the ARN of the storage virtual machine (SVM) on your file system where you're copying data to or from.
|
CreateLocationFsxOntapRequest |
CreateLocationFsxOntapRequest.withSubdirectory(String subdirectory)
Specifies the junction path (also known as a mount point) in the SVM volume where you're copying data to or from
(for example,
/vol1). |
CreateLocationFsxOntapRequest |
CreateLocationFsxOntapRequest.withTags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationFsxOntapRequest |
CreateLocationFsxOntapRequest.withTags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
Copyright © 2022. All rights reserved.