| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.model |
| Modifier and Type | Method and Description |
|---|---|
static Tagging.Builder |
Tagging.builder() |
Tagging.Builder |
Tagging.Builder.tagSet(Collection<Tag> tagSet)
|
Tagging.Builder |
Tagging.Builder.tagSet(Consumer<Tag.Builder>... tagSet)
This is a convenience that creates an instance of the
List avoiding the need to create
one manually via List. |
Tagging.Builder |
Tagging.Builder.tagSet(Tag... tagSet)
|
Tagging.Builder |
Tagging.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Tagging.Builder> |
Tagging.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PutObjectTaggingRequest.Builder |
PutObjectTaggingRequest.Builder.tagging(Consumer<Tagging.Builder> tagging)
This is a convenience that creates an instance of the
Tagging.Builder avoiding the need to create one
manually via Tagging.builder(). |
default S3Location.Builder |
S3Location.Builder.tagging(Consumer<Tagging.Builder> tagging)
The tag-set that is applied to the restore results.
|
default PutBucketTaggingRequest.Builder |
PutBucketTaggingRequest.Builder.tagging(Consumer<Tagging.Builder> tagging)
This is a convenience that creates an instance of the
Tagging.Builder avoiding the need to create one
manually via Tagging.builder(). |
Copyright © 2019. All rights reserved.