Uses of Class
software.amazon.awssdk.services.glacier.model.DescribeJobResponse
-
Packages that use DescribeJobResponse Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data." -
-
Uses of DescribeJobResponse in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier that return DescribeJobResponse Modifier and Type Method Description default DescribeJobResponseGlacierClient. describeJob(Consumer<DescribeJobRequest.Builder> describeJobRequest)This operation returns information about a job you previously initiated, including the job initiation date, the user who initiated the job, the job status code/message and the Amazon SNS topic to notify after Amazon S3 Glacier (Glacier) completes the job.default DescribeJobResponseGlacierClient. describeJob(DescribeJobRequest describeJobRequest)This operation returns information about a job you previously initiated, including the job initiation date, the user who initiated the job, the job status code/message and the Amazon SNS topic to notify after Amazon S3 Glacier (Glacier) completes the job.Methods in software.amazon.awssdk.services.glacier that return types with arguments of type DescribeJobResponse Modifier and Type Method Description default CompletableFuture<DescribeJobResponse>GlacierAsyncClient. describeJob(Consumer<DescribeJobRequest.Builder> describeJobRequest)This operation returns information about a job you previously initiated, including the job initiation date, the user who initiated the job, the job status code/message and the Amazon SNS topic to notify after Amazon S3 Glacier (Glacier) completes the job.default CompletableFuture<DescribeJobResponse>GlacierAsyncClient. describeJob(DescribeJobRequest describeJobRequest)This operation returns information about a job you previously initiated, including the job initiation date, the user who initiated the job, the job status code/message and the Amazon SNS topic to notify after Amazon S3 Glacier (Glacier) completes the job.
-