Uses of Interface
software.amazon.awssdk.services.s3.model.Tag.Builder
-
Packages that use Tag.Builder Package Description software.amazon.awssdk.services.s3.model -
-
Uses of Tag.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return Tag.Builder Modifier and Type Method Description static Tag.BuilderTag. builder()Tag.BuilderTag.Builder. key(String key)Name of the object key.Tag.BuilderTag. toBuilder()Tag.BuilderTag.Builder. value(String value)Value of the tag.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type Tag.Builder Modifier and Type Method Description static Class<? extends Tag.Builder>Tag. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.s3.model with type arguments of type Tag.Builder Modifier and Type Method Description static 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.
-