Uses of Interface
software.amazon.awssdk.services.datasync.model.UpdateLocationNfsRequest.Builder
-
Packages that use UpdateLocationNfsRequest.Builder Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.model -
-
Uses of UpdateLocationNfsRequest.Builder in software.amazon.awssdk.services.datasync
Method parameters in software.amazon.awssdk.services.datasync with type arguments of type UpdateLocationNfsRequest.Builder Modifier and Type Method 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 UpdateLocationNfsResponseDataSyncClient. updateLocationNfs(Consumer<UpdateLocationNfsRequest.Builder> updateLocationNfsRequest)Modifies some configurations of the Network File System (NFS) transfer location that you're using with DataSync. -
Uses of UpdateLocationNfsRequest.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return UpdateLocationNfsRequest.Builder Modifier and Type Method Description static UpdateLocationNfsRequest.BuilderUpdateLocationNfsRequest. builder()UpdateLocationNfsRequest.BuilderUpdateLocationNfsRequest.Builder. locationArn(String locationArn)Specifies the Amazon Resource Name (ARN) of the NFS transfer location that you want to update.default UpdateLocationNfsRequest.BuilderUpdateLocationNfsRequest.Builder. mountOptions(Consumer<NfsMountOptions.Builder> mountOptions)Sets the value of the MountOptions property for this object.UpdateLocationNfsRequest.BuilderUpdateLocationNfsRequest.Builder. mountOptions(NfsMountOptions mountOptions)Sets the value of the MountOptions property for this object.default UpdateLocationNfsRequest.BuilderUpdateLocationNfsRequest.Builder. onPremConfig(Consumer<OnPremConfig.Builder> onPremConfig)Sets the value of the OnPremConfig property for this object.UpdateLocationNfsRequest.BuilderUpdateLocationNfsRequest.Builder. onPremConfig(OnPremConfig onPremConfig)Sets the value of the OnPremConfig property for this object.UpdateLocationNfsRequest.BuilderUpdateLocationNfsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLocationNfsRequest.BuilderUpdateLocationNfsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateLocationNfsRequest.BuilderUpdateLocationNfsRequest.Builder. subdirectory(String subdirectory)Specifies the export path in your NFS file server that you want DataSync to mount.UpdateLocationNfsRequest.BuilderUpdateLocationNfsRequest. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type UpdateLocationNfsRequest.Builder Modifier and Type Method Description static Class<? extends UpdateLocationNfsRequest.Builder>UpdateLocationNfsRequest. serializableBuilderClass()
-