Uses of Interface
software.amazon.awssdk.services.s3control.model.Tagging.Builder
-
Packages that use Tagging.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of Tagging.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return Tagging.Builder Modifier and Type Method Description static Tagging.BuilderTagging. builder()Tagging.BuilderTagging.Builder. tagSet(Collection<S3Tag> tagSet)A collection for a set of tags.Tagging.BuilderTagging.Builder. tagSet(Consumer<S3Tag.Builder>... tagSet)A collection for a set of tags.Tagging.BuilderTagging.Builder. tagSet(S3Tag... tagSet)A collection for a set of tags.Tagging.BuilderTagging. toBuilder()Methods in software.amazon.awssdk.services.s3control.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.s3control.model with type arguments of type Tagging.Builder Modifier and Type Method Description default PutBucketTaggingRequest.BuilderPutBucketTaggingRequest.Builder. tagging(Consumer<Tagging.Builder> tagging)This is a convenience method that creates an instance of theTagging.Builderavoiding the need to create one manually viaTagging.builder().
-