Uses of Class
software.amazon.awssdk.services.glacier.model.DescribeJobRequest
-
Packages that use DescribeJobRequest Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data."software.amazon.awssdk.services.glacier.transform -
-
Uses of DescribeJobRequest in software.amazon.awssdk.services.glacier
Methods in software.amazon.awssdk.services.glacier with parameters of type DescribeJobRequest Modifier and Type Method Description 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.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. -
Uses of DescribeJobRequest in software.amazon.awssdk.services.glacier.transform
Methods in software.amazon.awssdk.services.glacier.transform with parameters of type DescribeJobRequest Modifier and Type Method Description SdkHttpFullRequestDescribeJobRequestMarshaller. marshall(DescribeJobRequest describeJobRequest)
-