| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync |
|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateLocationNfsResponse> |
DataSyncAsyncClient.updateLocationNfs(Consumer<UpdateLocationNfsRequest.Builder> updateLocationNfsRequest)
Modifies some configurations of the Network File System (NFS) transfer location that you're using with DataSync.
|
default UpdateLocationNfsResponse |
DataSyncClient.updateLocationNfs(Consumer<UpdateLocationNfsRequest.Builder> updateLocationNfsRequest)
Modifies some configurations of the Network File System (NFS) transfer location that you're using with DataSync.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.builder() |
UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.Builder.locationArn(String locationArn)
Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.
|
default UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.Builder.mountOptions(Consumer<NfsMountOptions.Builder> mountOptions)
Sets the value of the MountOptions property for this object.
|
UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.Builder.mountOptions(NfsMountOptions mountOptions)
Sets the value of the MountOptions property for this object.
|
default UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.Builder.onPremConfig(Consumer<OnPremConfig.Builder> onPremConfig)
Sets the value of the OnPremConfig property for this object.
|
UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.Builder.onPremConfig(OnPremConfig onPremConfig)
Sets the value of the OnPremConfig property for this object.
|
UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.Builder.subdirectory(String subdirectory)
Specifies the export path in your NFS file server that you want DataSync to mount.
|
UpdateLocationNfsRequest.Builder |
UpdateLocationNfsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateLocationNfsRequest.Builder> |
UpdateLocationNfsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.