Uses of Interface
software.amazon.awssdk.services.s3control.model.S3Tag.Builder
-
Packages that use S3Tag.Builder Package Description software.amazon.awssdk.services.s3control.model -
-
Uses of S3Tag.Builder in software.amazon.awssdk.services.s3control.model
Methods in software.amazon.awssdk.services.s3control.model that return S3Tag.Builder Modifier and Type Method Description static S3Tag.BuilderS3Tag. builder()S3Tag.BuilderS3Tag.Builder. key(String key)Key of the tagS3Tag.BuilderS3Tag. toBuilder()S3Tag.BuilderS3Tag.Builder. value(String value)Value of the tagMethods in software.amazon.awssdk.services.s3control.model that return types with arguments of type S3Tag.Builder Modifier and Type Method Description static Class<? extends S3Tag.Builder>S3Tag. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3control.model with type arguments of type S3Tag.Builder Modifier and Type Method Description default LifecycleRuleFilter.BuilderLifecycleRuleFilter.Builder. tag(Consumer<S3Tag.Builder> tag)Sets the value of the Tag property for this object.default ReplicationRuleFilter.BuilderReplicationRuleFilter.Builder. tag(Consumer<S3Tag.Builder> tag)Sets the value of the Tag property for this object.
-