Uses of Interface
software.amazon.awssdk.services.s3.model.Tagging.Builder
Packages that use Tagging.Builder
-
Uses of Tagging.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return Tagging.BuilderModifier and TypeMethodDescriptionstatic Tagging.BuilderTagging.builder()Tagging.Builder.tagSet(Collection<Tag> tagSet) A collection for a set of tagsTagging.Builder.tagSet(Consumer<Tag.Builder>... tagSet) A collection for a set of tagsA collection for a set of tagsTagging.toBuilder()Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type Tagging.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Tagging.Builder>Tagging.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type Tagging.BuilderModifier and TypeMethodDescriptiondefault 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.