| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
static Tagging.Builder |
Tagging.builder() |
Tagging.Builder |
Tagging.Builder.tagSet(Collection<S3Tag> tagSet)
A collection for a set of tags.
|
Tagging.Builder |
Tagging.Builder.tagSet(Consumer<S3Tag.Builder>... tagSet)
A collection for a set of tags.
|
Tagging.Builder |
Tagging.Builder.tagSet(S3Tag... tagSet)
A collection for a set of tags.
|
Tagging.Builder |
Tagging.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Tagging.Builder> |
Tagging.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
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 © 2021. All rights reserved.