Uses of Interface
software.amazon.awssdk.services.s3.model.Tag.Builder
Packages that use Tag.Builder
-
Uses of Tag.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return Tag.BuilderModifier and TypeMethodDescriptionstatic Tag.BuilderTag.builder()Name of the object key.Tag.toBuilder()Value of the tag.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type Tag.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Tag.Builder>Tag.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type Tag.BuilderModifier and TypeMethodDescriptionstatic AnalyticsFilterAnalyticsFilter.fromTag(Consumer<Tag.Builder> tag) Create an instance of this class withAnalyticsFilter.tag()initialized to the given value.static LifecycleRuleFilterLifecycleRuleFilter.fromTag(Consumer<Tag.Builder> tag) Create an instance of this class withLifecycleRuleFilter.tag()initialized to the given value.static MetricsFilterMetricsFilter.fromTag(Consumer<Tag.Builder> tag) Create an instance of this class withMetricsFilter.tag()initialized to the given value.static ReplicationRuleFilterReplicationRuleFilter.fromTag(Consumer<Tag.Builder> tag) Create an instance of this class withReplicationRuleFilter.tag()initialized to the given value.default AnalyticsFilter.BuilderAnalyticsFilter.Builder.tag(Consumer<Tag.Builder> tag) The tag to use when evaluating an analytics filter.default IntelligentTieringFilter.BuilderIntelligentTieringFilter.Builder.tag(Consumer<Tag.Builder> tag) Sets the value of the Tag property for this object.default LifecycleRuleFilter.BuilderLifecycleRuleFilter.Builder.tag(Consumer<Tag.Builder> tag) This tag must exist in the object's tag set in order for the rule to apply.default MetricsFilter.BuilderMetricsFilter.Builder.tag(Consumer<Tag.Builder> tag) The tag used when evaluating a metrics filter.default ReplicationRuleFilter.BuilderReplicationRuleFilter.Builder.tag(Consumer<Tag.Builder> tag) A container for specifying a tag key and value.