Uses of Class
software.amazon.awssdk.services.s3.model.Tag
Packages that use Tag
-
Uses of Tag in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return TagModifier and TypeMethodDescriptionfinal TagAnalyticsFilter.tag()The tag to use when evaluating an analytics filter.final TagIntelligentTieringFilter.tag()Returns the value of the Tag property for this object.final TagLifecycleRuleFilter.tag()This tag must exist in the object's tag set in order for the rule to apply.final TagMetricsFilter.tag()The tag used when evaluating a metrics filter.final TagReplicationRuleFilter.tag()A container for specifying a tag key and value.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type TagModifier and TypeMethodDescriptionAnalyticsAndOperator.tags()The list of tags to use when evaluating an AND predicate.CreateBucketConfiguration.tags()An array of tags that you can apply to the bucket that you're creating.IntelligentTieringAndOperator.tags()All of these tags must exist in the object's tag set in order for the configuration to apply.LifecycleRuleAndOperator.tags()All of these tags must exist in the object's tag set in order for the rule to apply.MetricsAndOperator.tags()The list of tags used when evaluating an AND predicate.ReplicationRuleAndOperator.tags()An array of tags containing key and value pairs.GetBucketTaggingResponse.tagSet()Contains the tag set.GetObjectTaggingResponse.tagSet()Contains the tag set.Tagging.tagSet()A collection for a set of tagsMethods in software.amazon.awssdk.services.s3.model with parameters of type TagModifier and TypeMethodDescriptionstatic AnalyticsFilterCreate an instance of this class withAnalyticsFilter.tag()initialized to the given value.static LifecycleRuleFilterCreate an instance of this class withLifecycleRuleFilter.tag()initialized to the given value.static MetricsFilterCreate an instance of this class withMetricsFilter.tag()initialized to the given value.static ReplicationRuleFilterCreate an instance of this class withReplicationRuleFilter.tag()initialized to the given value.The tag to use when evaluating an analytics filter.Sets the value of the Tag property for this object.This tag must exist in the object's tag set in order for the rule to apply.The tag used when evaluating a metrics filter.A container for specifying a tag key and value.The list of tags to use when evaluating an AND predicate.An array of tags that you can apply to the bucket that you're creating.All of these tags must exist in the object's tag set in order for the configuration to apply.All of these tags must exist in the object's tag set in order for the rule to apply.The list of tags used when evaluating an AND predicate.An array of tags containing key and value pairs.Contains the tag set.Contains the tag set.A collection for a set of tagsMethod parameters in software.amazon.awssdk.services.s3.model with type arguments of type TagModifier and TypeMethodDescriptionAnalyticsAndOperator.Builder.tags(Collection<Tag> tags) The list of tags to use when evaluating an AND predicate.CreateBucketConfiguration.Builder.tags(Collection<Tag> tags) An array of tags that you can apply to the bucket that you're creating.IntelligentTieringAndOperator.Builder.tags(Collection<Tag> tags) All of these tags must exist in the object's tag set in order for the configuration to apply.LifecycleRuleAndOperator.Builder.tags(Collection<Tag> tags) All of these tags must exist in the object's tag set in order for the rule to apply.MetricsAndOperator.Builder.tags(Collection<Tag> tags) The list of tags used when evaluating an AND predicate.ReplicationRuleAndOperator.Builder.tags(Collection<Tag> tags) An array of tags containing key and value pairs.GetBucketTaggingResponse.Builder.tagSet(Collection<Tag> tagSet) Contains the tag set.GetObjectTaggingResponse.Builder.tagSet(Collection<Tag> tagSet) Contains the tag set.Tagging.Builder.tagSet(Collection<Tag> tagSet) A collection for a set of tags