Uses of Interface
software.amazon.awssdk.services.s3.model.Tagging.Builder
-
Packages that use Tagging.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of Tagging.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return Tagging.Builder Modifier and Type Method Description static Tagging.BuilderTagging. builder()Tagging.BuilderTagging.Builder. tagSet(Collection<Tag> tagSet)A collection for a set of tagsTagging.BuilderTagging.Builder. tagSet(Consumer<Tag.Builder>... tagSet)A collection for a set of tagsTagging.BuilderTagging.Builder. tagSet(Tag... tagSet)A collection for a set of tagsTagging.BuilderTagging. toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type Tagging.Builder Modifier and Type Method Description static Class<? extends Tagging.Builder>Tagging. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type Tagging.Builder Modifier and Type Method Description default PutBucketTaggingRequest.BuilderPutBucketTaggingRequest.Builder. tagging(Consumer<Tagging.Builder> tagging)Container for theTagSetandTagelements.default PutObjectTaggingRequest.BuilderPutObjectTaggingRequest.Builder. tagging(Consumer<Tagging.Builder> tagging)Container for theTagSetandTagelementsdefault S3Location.BuilderS3Location.Builder. tagging(Consumer<Tagging.Builder> tagging)The tag-set that is applied to the restore results.
-