| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLocationNfsResult> |
AWSDataSyncAsyncClient.createLocationNfsAsync(CreateLocationNfsRequest request,
AsyncHandler<CreateLocationNfsRequest,CreateLocationNfsResult> asyncHandler) |
Future<CreateLocationNfsResult> |
AbstractAWSDataSyncAsync.createLocationNfsAsync(CreateLocationNfsRequest request,
AsyncHandler<CreateLocationNfsRequest,CreateLocationNfsResult> asyncHandler) |
Future<CreateLocationNfsResult> |
AWSDataSyncAsync.createLocationNfsAsync(CreateLocationNfsRequest createLocationNfsRequest,
AsyncHandler<CreateLocationNfsRequest,CreateLocationNfsResult> asyncHandler)
Creates a transfer location for a Network File System (NFS) file server.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLocationNfsRequest |
CreateLocationNfsRequest.clone() |
CreateLocationNfsRequest |
CreateLocationNfsRequest.withMountOptions(NfsMountOptions mountOptions)
Specifies the options that DataSync can use to mount your NFS file server.
|
CreateLocationNfsRequest |
CreateLocationNfsRequest.withOnPremConfig(OnPremConfig onPremConfig)
Specifies the Amazon Resource Name (ARN) of the DataSync agent that want to connect to your NFS file server.
|
CreateLocationNfsRequest |
CreateLocationNfsRequest.withServerHostname(String serverHostname)
Specifies the Domain Name System (DNS) name or IP version 4 address of the NFS file server that your DataSync
agent connects to.
|
CreateLocationNfsRequest |
CreateLocationNfsRequest.withSubdirectory(String subdirectory)
Specifies the export path in your NFS file server that you want DataSync to mount.
|
CreateLocationNfsRequest |
CreateLocationNfsRequest.withTags(Collection<TagListEntry> tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
CreateLocationNfsRequest |
CreateLocationNfsRequest.withTags(TagListEntry... tags)
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources.
|
Copyright © 2024. All rights reserved.