Uses of Class
software.amazon.awssdk.services.s3.model.PutObjectTaggingResponse
-
Packages that use PutObjectTaggingResponse Package Description software.amazon.awssdk.services.s3 -
-
Uses of PutObjectTaggingResponse in software.amazon.awssdk.services.s3
Methods in software.amazon.awssdk.services.s3 that return PutObjectTaggingResponse Modifier and Type Method Description PutObjectTaggingResponseDelegatingS3Client. putObjectTagging(PutObjectTaggingRequest putObjectTaggingRequest)Sets the supplied tag-set to an object that already exists in a bucket.default PutObjectTaggingResponseS3Client. putObjectTagging(Consumer<PutObjectTaggingRequest.Builder> putObjectTaggingRequest)Sets the supplied tag-set to an object that already exists in a bucket.default PutObjectTaggingResponseS3Client. putObjectTagging(PutObjectTaggingRequest putObjectTaggingRequest)Sets the supplied tag-set to an object that already exists in a bucket.Methods in software.amazon.awssdk.services.s3 that return types with arguments of type PutObjectTaggingResponse Modifier and Type Method Description CompletableFuture<PutObjectTaggingResponse>DelegatingS3AsyncClient. putObjectTagging(PutObjectTaggingRequest putObjectTaggingRequest)Sets the supplied tag-set to an object that already exists in a bucket.default CompletableFuture<PutObjectTaggingResponse>S3AsyncClient. putObjectTagging(Consumer<PutObjectTaggingRequest.Builder> putObjectTaggingRequest)Sets the supplied tag-set to an object that already exists in a bucket.default CompletableFuture<PutObjectTaggingResponse>S3AsyncClient. putObjectTagging(PutObjectTaggingRequest putObjectTaggingRequest)Sets the supplied tag-set to an object that already exists in a bucket.
-