| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3 |
|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
default PutObjectTaggingResponse |
S3Client.putObjectTagging(Consumer<PutObjectTaggingRequest.Builder> 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
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutObjectTaggingRequest.Builder> |
PutObjectTaggingRequest.serializableBuilderClass() |
Copyright © 2019. All rights reserved.