Uses of Interface
software.amazon.awssdk.services.s3control.model.PutJobTaggingRequest.Builder
-
Packages that use PutJobTaggingRequest.Builder Package Description software.amazon.awssdk.services.s3control Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.software.amazon.awssdk.services.s3control.model -
-
Uses of PutJobTaggingRequest.Builder in software.amazon.awssdk.services.s3control
Method parameters in software.amazon.awssdk.services.s3control with type arguments of type PutJobTaggingRequest.Builder Modifier and Type Method Description default CompletableFuture<PutJobTaggingResponse>S3ControlAsyncClient. putJobTagging(Consumer<PutJobTaggingRequest.Builder> putJobTaggingRequest)Sets the supplied tag-set on an S3 Batch Operations job.default PutJobTaggingResponseS3ControlClient. putJobTagging(Consumer<PutJobTaggingRequest.Builder> putJobTaggingRequest)Sets the supplied tag-set on an S3 Batch Operations job. -
Uses of PutJobTaggingRequest.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return PutJobTaggingRequest.Builder Modifier and Type Method Description PutJobTaggingRequest.BuilderPutJobTaggingRequest.Builder. accountId(String accountId)The Amazon Web Services account ID associated with the S3 Batch Operations job.static PutJobTaggingRequest.BuilderPutJobTaggingRequest. builder()PutJobTaggingRequest.BuilderPutJobTaggingRequest.Builder. jobId(String jobId)The ID for the S3 Batch Operations job whose tags you want to replace.PutJobTaggingRequest.BuilderPutJobTaggingRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutJobTaggingRequest.BuilderPutJobTaggingRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)PutJobTaggingRequest.BuilderPutJobTaggingRequest.Builder. tags(Collection<S3Tag> tags)The set of tags to associate with the S3 Batch Operations job.PutJobTaggingRequest.BuilderPutJobTaggingRequest.Builder. tags(Consumer<S3Tag.Builder>... tags)The set of tags to associate with the S3 Batch Operations job.PutJobTaggingRequest.BuilderPutJobTaggingRequest.Builder. tags(S3Tag... tags)The set of tags to associate with the S3 Batch Operations job.PutJobTaggingRequest.BuilderPutJobTaggingRequest. toBuilder()Methods in software.amazon.awssdk.services.s3control.model that return types with arguments of type PutJobTaggingRequest.Builder Modifier and Type Method Description static Class<? extends PutJobTaggingRequest.Builder>PutJobTaggingRequest. serializableBuilderClass()
-