| 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> |
AWSDataSyncAsyncClient.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 use for a data transfer.
|
| 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) in your file system where you want to copy data to or
from.
|
CreateLocationFsxOntapRequest |
CreateLocationFsxOntapRequest.withSubdirectory(String subdirectory)
Specifies a path to the file share in the SVM where you'll copy your data.
|
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 © 2024. All rights reserved.