Uses of Class
software.amazon.awssdk.services.datasync.model.QopConfiguration
-
Packages that use QopConfiguration Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of QopConfiguration in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return QopConfiguration Modifier and Type Method Description QopConfigurationCreateLocationHdfsRequest. 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.QopConfigurationDescribeLocationHdfsResponse. qopConfiguration()The Quality of Protection (QOP) configuration, which specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the HDFS cluster.QopConfigurationUpdateLocationHdfsRequest. 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.Methods in software.amazon.awssdk.services.datasync.model with parameters of type QopConfiguration Modifier and Type Method Description CreateLocationHdfsRequest.BuilderCreateLocationHdfsRequest.Builder. qopConfiguration(QopConfiguration 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.DescribeLocationHdfsResponse.BuilderDescribeLocationHdfsResponse.Builder. qopConfiguration(QopConfiguration qopConfiguration)The Quality of Protection (QOP) configuration, which specifies the Remote Procedure Call (RPC) and data transfer protection settings configured on the HDFS cluster.UpdateLocationHdfsRequest.BuilderUpdateLocationHdfsRequest.Builder. qopConfiguration(QopConfiguration 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.
-