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)Provides details about how an DataSync transfer location for a Hadoop Distributed File System (HDFS) is configured.default DescribeLocationHdfsResponseDataSyncClient. describeLocationHdfs(DescribeLocationHdfsRequest describeLocationHdfsRequest)Provides details about how an DataSync transfer location for a Hadoop Distributed File System (HDFS) is configured.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)Provides details about how an DataSync transfer location for a Hadoop Distributed File System (HDFS) is configured.default CompletableFuture<DescribeLocationHdfsResponse>DataSyncAsyncClient. describeLocationHdfs(DescribeLocationHdfsRequest describeLocationHdfsRequest)Provides details about how an DataSync transfer location for a Hadoop Distributed File System (HDFS) is configured.
-