Uses of Interface
software.amazon.awssdk.services.datasync.model.QopConfiguration.Builder
-
Packages that use QopConfiguration.Builder Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of QopConfiguration.Builder in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return QopConfiguration.Builder Modifier and Type Method Description static QopConfiguration.BuilderQopConfiguration. builder()QopConfiguration.BuilderQopConfiguration.Builder. dataTransferProtection(String dataTransferProtection)The data transfer protection setting configured on the HDFS cluster.QopConfiguration.BuilderQopConfiguration.Builder. dataTransferProtection(HdfsDataTransferProtection dataTransferProtection)The data transfer protection setting configured on the HDFS cluster.QopConfiguration.BuilderQopConfiguration.Builder. rpcProtection(String rpcProtection)The RPC protection setting configured on the HDFS cluster.QopConfiguration.BuilderQopConfiguration.Builder. rpcProtection(HdfsRpcProtection rpcProtection)The RPC protection setting configured on the HDFS cluster.QopConfiguration.BuilderQopConfiguration. toBuilder()Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type QopConfiguration.Builder Modifier and Type Method Description static Class<? extends QopConfiguration.Builder>QopConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datasync.model with type arguments of type QopConfiguration.Builder Modifier and Type Method Description default CreateLocationHdfsRequest.BuilderCreateLocationHdfsRequest.Builder. qopConfiguration(Consumer<QopConfiguration.Builder> qopConfiguration)The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the Hadoop Distributed File System (HDFS) cluster.default DescribeLocationHdfsResponse.BuilderDescribeLocationHdfsResponse.Builder. qopConfiguration(Consumer<QopConfiguration.Builder> qopConfiguration)The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the Hadoop Distributed File System (HDFS) cluster.default UpdateLocationHdfsRequest.BuilderUpdateLocationHdfsRequest.Builder. qopConfiguration(Consumer<QopConfiguration.Builder> qopConfiguration)The Quality of Protection (QOP) configuration specifies the Remote Procedure Call (RPC) and data transfer privacy settings configured on the Hadoop Distributed File System (HDFS) cluster.
-