Uses of Interface
software.amazon.awssdk.services.glacier.model.DescribeJobRequest.Builder
-
Packages that use DescribeJobRequest.Builder Package Description software.amazon.awssdk.services.glacier Amazon S3 Glacier (Glacier) is a storage solution for "cold data."software.amazon.awssdk.services.glacier.model -
-
Uses of DescribeJobRequest.Builder in software.amazon.awssdk.services.glacier
Method parameters in software.amazon.awssdk.services.glacier with type arguments of type DescribeJobRequest.Builder 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 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. -
Uses of DescribeJobRequest.Builder in software.amazon.awssdk.services.glacier.model
Methods in software.amazon.awssdk.services.glacier.model that return DescribeJobRequest.Builder Modifier and Type Method Description DescribeJobRequest.BuilderDescribeJobRequest.Builder. accountId(String accountId)TheAccountIdvalue is the AWS account ID of the account that owns the vault.static DescribeJobRequest.BuilderDescribeJobRequest. builder()DescribeJobRequest.BuilderDescribeJobRequest.Builder. jobId(String jobId)The ID of the job to describe.DescribeJobRequest.BuilderDescribeJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeJobRequest.BuilderDescribeJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeJobRequest.BuilderDescribeJobRequest. toBuilder()DescribeJobRequest.BuilderDescribeJobRequest.Builder. vaultName(String vaultName)The name of the vault.Methods in software.amazon.awssdk.services.glacier.model that return types with arguments of type DescribeJobRequest.Builder Modifier and Type Method Description static Class<? extends DescribeJobRequest.Builder>DescribeJobRequest. serializableBuilderClass()
-