| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLocationNfsResult> |
AbstractAWSDataSyncAsync.createLocationNfsAsync(CreateLocationNfsRequest request,
AsyncHandler<CreateLocationNfsRequest,CreateLocationNfsResult> asyncHandler) |
Future<CreateLocationNfsResult> |
AWSDataSyncAsync.createLocationNfsAsync(CreateLocationNfsRequest createLocationNfsRequest,
AsyncHandler<CreateLocationNfsRequest,CreateLocationNfsResult> asyncHandler)
Defines a file system on a Network File System (NFS) server that can be read from or written to.
|
Future<CreateLocationNfsResult> |
AWSDataSyncAsyncClient.createLocationNfsAsync(CreateLocationNfsRequest request,
AsyncHandler<CreateLocationNfsRequest,CreateLocationNfsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateLocationNfsRequest |
CreateLocationNfsRequest.clone() |
CreateLocationNfsRequest |
CreateLocationNfsRequest.withMountOptions(NfsMountOptions mountOptions)
The NFS mount options that DataSync can use to mount your NFS share.
|
CreateLocationNfsRequest |
CreateLocationNfsRequest.withOnPremConfig(OnPremConfig onPremConfig)
Contains a list of Amazon Resource Names (ARNs) of agents that are used to connect to an NFS server.
|
CreateLocationNfsRequest |
CreateLocationNfsRequest.withServerHostname(String serverHostname)
The name of the NFS server.
|
CreateLocationNfsRequest |
CreateLocationNfsRequest.withSubdirectory(String subdirectory)
The subdirectory in the NFS file system that is used to read data from the NFS source location or write data to
the NFS destination.
|
CreateLocationNfsRequest |
CreateLocationNfsRequest.withTags(Collection<TagListEntry> tags)
The key-value pair that represents the tag that you want to add to the location.
|
CreateLocationNfsRequest |
CreateLocationNfsRequest.withTags(TagListEntry... tags)
The key-value pair that represents the tag that you want to add to the location.
|
Copyright © 2022. All rights reserved.