Uses of Class
software.amazon.awssdk.services.snowball.model.DescribeJobResponse
-
Packages that use DescribeJobResponse Package Description software.amazon.awssdk.services.snowball The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses secure devices to transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3). -
-
Uses of DescribeJobResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return DescribeJobResponse Modifier and Type Method Description default DescribeJobResponseSnowballClient. describeJob(Consumer<DescribeJobRequest.Builder> describeJobRequest)Returns information about a specific job including shipping information, job status, and other important metadata.default DescribeJobResponseSnowballClient. describeJob(DescribeJobRequest describeJobRequest)Returns information about a specific job including shipping information, job status, and other important metadata.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type DescribeJobResponse Modifier and Type Method Description default CompletableFuture<DescribeJobResponse>SnowballAsyncClient. describeJob(Consumer<DescribeJobRequest.Builder> describeJobRequest)Returns information about a specific job including shipping information, job status, and other important metadata.default CompletableFuture<DescribeJobResponse>SnowballAsyncClient. describeJob(DescribeJobRequest describeJobRequest)Returns information about a specific job including shipping information, job status, and other important metadata.
-