Uses of Interface
software.amazon.awssdk.services.s3.model.PutObjectTaggingRequest.Builder
Packages that use PutObjectTaggingRequest.Builder
-
Uses of PutObjectTaggingRequest.Builder in software.amazon.awssdk.services.s3
Method parameters in software.amazon.awssdk.services.s3 with type arguments of type PutObjectTaggingRequest.BuilderModifier and TypeMethodDescriptionS3AsyncClient.putObjectTagging(Consumer<PutObjectTaggingRequest.Builder> putObjectTaggingRequest) default PutObjectTaggingResponseS3Client.putObjectTagging(Consumer<PutObjectTaggingRequest.Builder> putObjectTaggingRequest) -
Uses of PutObjectTaggingRequest.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return PutObjectTaggingRequest.BuilderModifier and TypeMethodDescriptionThe bucket name containing the object.PutObjectTaggingRequest.builder()PutObjectTaggingRequest.Builder.checksumAlgorithm(String checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectTaggingRequest.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) Indicates the algorithm used to create the checksum for the object when you use the SDK.PutObjectTaggingRequest.Builder.contentMD5(String contentMD5) The MD5 hash for the request body.PutObjectTaggingRequest.Builder.expectedBucketOwner(String expectedBucketOwner) The account ID of the expected bucket owner.Name of the object key.PutObjectTaggingRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) PutObjectTaggingRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) PutObjectTaggingRequest.Builder.requestPayer(String requestPayer) Confirms that the requester knows that she or he will be charged for the tagging object request.PutObjectTaggingRequest.Builder.requestPayer(RequestPayer requestPayer) Confirms that the requester knows that she or he will be charged for the tagging object request.default PutObjectTaggingRequest.BuilderPutObjectTaggingRequest.Builder.tagging(Consumer<Tagging.Builder> tagging) Container for theTagSetandTagelementsContainer for theTagSetandTagelementsPutObjectTaggingRequest.toBuilder()The versionId of the object that the tag-set will be added to.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type PutObjectTaggingRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends PutObjectTaggingRequest.Builder>PutObjectTaggingRequest.serializableBuilderClass()