| Package | Description |
|---|---|
| com.amazonaws.services.datasync |
|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationNfsResult |
AbstractAWSDataSync.updateLocationNfs(UpdateLocationNfsRequest request) |
UpdateLocationNfsResult |
AWSDataSync.updateLocationNfs(UpdateLocationNfsRequest updateLocationNfsRequest)
Updates some of the parameters of a previously created location for Network File System (NFS) access.
|
UpdateLocationNfsResult |
AWSDataSyncClient.updateLocationNfs(UpdateLocationNfsRequest request)
Updates some of the parameters of a previously created location for Network File System (NFS) access.
|
Future<UpdateLocationNfsResult> |
AbstractAWSDataSyncAsync.updateLocationNfsAsync(UpdateLocationNfsRequest request) |
Future<UpdateLocationNfsResult> |
AWSDataSyncAsync.updateLocationNfsAsync(UpdateLocationNfsRequest updateLocationNfsRequest)
Updates some of the parameters of a previously created location for Network File System (NFS) access.
|
Future<UpdateLocationNfsResult> |
AWSDataSyncAsyncClient.updateLocationNfsAsync(UpdateLocationNfsRequest request) |
Future<UpdateLocationNfsResult> |
AbstractAWSDataSyncAsync.updateLocationNfsAsync(UpdateLocationNfsRequest request,
AsyncHandler<UpdateLocationNfsRequest,UpdateLocationNfsResult> asyncHandler) |
Future<UpdateLocationNfsResult> |
AWSDataSyncAsync.updateLocationNfsAsync(UpdateLocationNfsRequest updateLocationNfsRequest,
AsyncHandler<UpdateLocationNfsRequest,UpdateLocationNfsResult> asyncHandler)
Updates some of the parameters of a previously created location for Network File System (NFS) access.
|
Future<UpdateLocationNfsResult> |
AWSDataSyncAsyncClient.updateLocationNfsAsync(UpdateLocationNfsRequest request,
AsyncHandler<UpdateLocationNfsRequest,UpdateLocationNfsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateLocationNfsResult> |
AbstractAWSDataSyncAsync.updateLocationNfsAsync(UpdateLocationNfsRequest request,
AsyncHandler<UpdateLocationNfsRequest,UpdateLocationNfsResult> asyncHandler) |
Future<UpdateLocationNfsResult> |
AWSDataSyncAsync.updateLocationNfsAsync(UpdateLocationNfsRequest updateLocationNfsRequest,
AsyncHandler<UpdateLocationNfsRequest,UpdateLocationNfsResult> asyncHandler)
Updates some of the parameters of a previously created location for Network File System (NFS) access.
|
Future<UpdateLocationNfsResult> |
AWSDataSyncAsyncClient.updateLocationNfsAsync(UpdateLocationNfsRequest request,
AsyncHandler<UpdateLocationNfsRequest,UpdateLocationNfsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateLocationNfsRequest |
UpdateLocationNfsRequest.clone() |
UpdateLocationNfsRequest |
UpdateLocationNfsRequest.withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the NFS location to update.
|
UpdateLocationNfsRequest |
UpdateLocationNfsRequest.withMountOptions(NfsMountOptions mountOptions) |
UpdateLocationNfsRequest |
UpdateLocationNfsRequest.withOnPremConfig(OnPremConfig onPremConfig) |
UpdateLocationNfsRequest |
UpdateLocationNfsRequest.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.
|
Copyright © 2022. All rights reserved.