Uses of Class
software.amazon.awssdk.services.datasync.model.CreateLocationHdfsResponse
-
Packages that use CreateLocationHdfsResponse Package Description software.amazon.awssdk.services.datasync DataSync -
-
Uses of CreateLocationHdfsResponse in software.amazon.awssdk.services.datasync
Methods in software.amazon.awssdk.services.datasync that return CreateLocationHdfsResponse Modifier and Type Method Description default CreateLocationHdfsResponseDataSyncClient. createLocationHdfs(Consumer<CreateLocationHdfsRequest.Builder> createLocationHdfsRequest)Creates an endpoint for a Hadoop Distributed File System (HDFS).default CreateLocationHdfsResponseDataSyncClient. createLocationHdfs(CreateLocationHdfsRequest createLocationHdfsRequest)Creates an endpoint for a Hadoop Distributed File System (HDFS).Methods in software.amazon.awssdk.services.datasync that return types with arguments of type CreateLocationHdfsResponse Modifier and Type Method Description default CompletableFuture<CreateLocationHdfsResponse>DataSyncAsyncClient. createLocationHdfs(Consumer<CreateLocationHdfsRequest.Builder> createLocationHdfsRequest)Creates an endpoint for a Hadoop Distributed File System (HDFS).default CompletableFuture<CreateLocationHdfsResponse>DataSyncAsyncClient. createLocationHdfs(CreateLocationHdfsRequest createLocationHdfsRequest)Creates an endpoint for a Hadoop Distributed File System (HDFS).
-