Uses of Class
software.amazon.awssdk.services.datasync.model.DescribeLocationHdfsResponse
-
Packages that use DescribeLocationHdfsResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of DescribeLocationHdfsResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return DescribeLocationHdfsResponse Modifier and Type Method Description default DescribeLocationHdfsResponseDataSyncClient. describeLocationHdfs(Consumer<DescribeLocationHdfsRequest.Builder> describeLocationHdfsRequest)Returns metadata, such as the authentication information about the Hadoop Distributed File System (HDFS) location.default DescribeLocationHdfsResponseDataSyncClient. describeLocationHdfs(DescribeLocationHdfsRequest describeLocationHdfsRequest)Returns metadata, such as the authentication information about the Hadoop Distributed File System (HDFS) location.Methods in software.amazon.awssdk.services.datasync that return types with arguments of type DescribeLocationHdfsResponse Modifier and Type Method Description default CompletableFuture<DescribeLocationHdfsResponse>DataSyncAsyncClient. describeLocationHdfs(Consumer<DescribeLocationHdfsRequest.Builder> describeLocationHdfsRequest)Returns metadata, such as the authentication information about the Hadoop Distributed File System (HDFS) location.default CompletableFuture<DescribeLocationHdfsResponse>DataSyncAsyncClient. describeLocationHdfs(DescribeLocationHdfsRequest describeLocationHdfsRequest)Returns metadata, such as the authentication information about the Hadoop Distributed File System (HDFS) location.
-