Uses of Class
software.amazon.awssdk.services.datasync.model.DescribeLocationHdfsRequest
-
Packages that use DescribeLocationHdfsRequest Package Description software.amazon.awssdk.services.datasync DataSync software.amazon.awssdk.services.datasync.transform -
-
Uses of DescribeLocationHdfsRequest in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync with parameters of type DescribeLocationHdfsRequest Modifier and Type Method Description default CompletableFuture<DescribeLocationHdfsResponse>DataSyncAsyncClient. describeLocationHdfs(DescribeLocationHdfsRequest 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. -
Uses of DescribeLocationHdfsRequest in software.amazon.awssdk.services.datasync.transform
Methods in software.amazon.awssdk.services.datasync.transform with parameters of type DescribeLocationHdfsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeLocationHdfsRequestMarshaller. marshall(DescribeLocationHdfsRequest describeLocationHdfsRequest)
-