Uses of Interface
software.amazon.awssdk.services.datasync.model.UpdateLocationFsxOntapRequest.Builder
-
Packages that use UpdateLocationFsxOntapRequest.Builder Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.model -
-
Uses of UpdateLocationFsxOntapRequest.Builder in software.amazon.awssdk.services.datasync
Method parameters in software.amazon.awssdk.services.datasync with type arguments of type UpdateLocationFsxOntapRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateLocationFsxOntapResponse>DataSyncAsyncClient. updateLocationFsxOntap(Consumer<UpdateLocationFsxOntapRequest.Builder> updateLocationFsxOntapRequest)Modifies the following configuration parameters of the Amazon FSx for NetApp ONTAP transfer location that you're using with DataSync.default UpdateLocationFsxOntapResponseDataSyncClient. updateLocationFsxOntap(Consumer<UpdateLocationFsxOntapRequest.Builder> updateLocationFsxOntapRequest)Modifies the following configuration parameters of the Amazon FSx for NetApp ONTAP transfer location that you're using with DataSync. -
Uses of UpdateLocationFsxOntapRequest.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return UpdateLocationFsxOntapRequest.Builder Modifier and Type Method Description static UpdateLocationFsxOntapRequest.BuilderUpdateLocationFsxOntapRequest. builder()UpdateLocationFsxOntapRequest.BuilderUpdateLocationFsxOntapRequest.Builder. locationArn(String locationArn)Specifies the Amazon Resource Name (ARN) of the FSx for ONTAP transfer location that you're updating.UpdateLocationFsxOntapRequest.BuilderUpdateLocationFsxOntapRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateLocationFsxOntapRequest.BuilderUpdateLocationFsxOntapRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)default UpdateLocationFsxOntapRequest.BuilderUpdateLocationFsxOntapRequest.Builder. protocol(Consumer<FsxUpdateProtocol.Builder> protocol)Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.UpdateLocationFsxOntapRequest.BuilderUpdateLocationFsxOntapRequest.Builder. protocol(FsxUpdateProtocol protocol)Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.UpdateLocationFsxOntapRequest.BuilderUpdateLocationFsxOntapRequest.Builder. subdirectory(String subdirectory)Specifies a path to the file share in the storage virtual machine (SVM) where you want to transfer data to or from.UpdateLocationFsxOntapRequest.BuilderUpdateLocationFsxOntapRequest. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type UpdateLocationFsxOntapRequest.Builder Modifier and Type Method Description static Class<? extends UpdateLocationFsxOntapRequest.Builder>UpdateLocationFsxOntapRequest. serializableBuilderClass()
-