Uses of Class
software.amazon.awssdk.services.s3.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.s3.model -
-
Uses of Tag in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return Tag Modifier and Type Method Description TagAnalyticsFilter. tag()The tag to use when evaluating an analytics filter.TagIntelligentTieringFilter. tag()Returns the value of the Tag property for this object.TagLifecycleRuleFilter. tag()This tag must exist in the object's tag set in order for the rule to apply.TagMetricsFilter. tag()The tag used when evaluating a metrics filter.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 Tag Modifier and Type Method Description List<Tag>AnalyticsAndOperator. tags()The list of tags to use when evaluating an AND predicate.List<Tag>CreateBucketConfiguration. tags()An array of tags that you can apply to the bucket that you're creating.List<Tag>IntelligentTieringAndOperator. tags()All of these tags must exist in the object's tag set in order for the configuration to apply.List<Tag>LifecycleRuleAndOperator. tags()All of these tags must exist in the object's tag set in order for the rule to apply.List<Tag>MetricsAndOperator. tags()The list of tags used when evaluating an AND predicate.List<Tag>ReplicationRuleAndOperator. tags()An array of tags containing key and value pairs.List<Tag>GetBucketTaggingResponse. tagSet()Contains the tag set.List<Tag>GetObjectTaggingResponse. tagSet()Contains the tag set.List<Tag>Tagging. tagSet()A collection for a set of tagsMethods in software.amazon.awssdk.services.s3.model with parameters of type Tag Modifier and Type Method Description static AnalyticsFilterAnalyticsFilter. fromTag(Tag tag)Create an instance of this class withAnalyticsFilter.tag()initialized to the given value.static LifecycleRuleFilterLifecycleRuleFilter. fromTag(Tag tag)Create an instance of this class withLifecycleRuleFilter.tag()initialized to the given value.static MetricsFilterMetricsFilter. fromTag(Tag tag)Create an instance of this class withMetricsFilter.tag()initialized to the given value.static ReplicationRuleFilterReplicationRuleFilter. fromTag(Tag tag)Create an instance of this class withReplicationRuleFilter.tag()initialized to the given value.AnalyticsFilter.BuilderAnalyticsFilter.Builder. tag(Tag tag)The tag to use when evaluating an analytics filter.IntelligentTieringFilter.BuilderIntelligentTieringFilter.Builder. tag(Tag tag)Sets the value of the Tag property for this object.LifecycleRuleFilter.BuilderLifecycleRuleFilter.Builder. tag(Tag tag)This tag must exist in the object's tag set in order for the rule to apply.MetricsFilter.BuilderMetricsFilter.Builder. tag(Tag tag)The tag used when evaluating a metrics filter.ReplicationRuleFilter.BuilderReplicationRuleFilter.Builder. tag(Tag tag)A container for specifying a tag key and value.AnalyticsAndOperator.BuilderAnalyticsAndOperator.Builder. tags(Tag... tags)The list of tags to use when evaluating an AND predicate.CreateBucketConfiguration.BuilderCreateBucketConfiguration.Builder. tags(Tag... tags)An array of tags that you can apply to the bucket that you're creating.IntelligentTieringAndOperator.BuilderIntelligentTieringAndOperator.Builder. tags(Tag... tags)All of these tags must exist in the object's tag set in order for the configuration to apply.LifecycleRuleAndOperator.BuilderLifecycleRuleAndOperator.Builder. tags(Tag... tags)All of these tags must exist in the object's tag set in order for the rule to apply.MetricsAndOperator.BuilderMetricsAndOperator.Builder. tags(Tag... tags)The list of tags used when evaluating an AND predicate.ReplicationRuleAndOperator.BuilderReplicationRuleAndOperator.Builder. tags(Tag... tags)An array of tags containing key and value pairs.GetBucketTaggingResponse.BuilderGetBucketTaggingResponse.Builder. tagSet(Tag... tagSet)Contains the tag set.GetObjectTaggingResponse.BuilderGetObjectTaggingResponse.Builder. tagSet(Tag... tagSet)Contains the tag set.Tagging.BuilderTagging.Builder. tagSet(Tag... tagSet)A collection for a set of tagsMethod parameters in software.amazon.awssdk.services.s3.model with type arguments of type Tag Modifier and Type Method Description AnalyticsAndOperator.BuilderAnalyticsAndOperator.Builder. tags(Collection<Tag> tags)The list of tags to use when evaluating an AND predicate.CreateBucketConfiguration.BuilderCreateBucketConfiguration.Builder. tags(Collection<Tag> tags)An array of tags that you can apply to the bucket that you're creating.IntelligentTieringAndOperator.BuilderIntelligentTieringAndOperator.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.BuilderLifecycleRuleAndOperator.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.BuilderMetricsAndOperator.Builder. tags(Collection<Tag> tags)The list of tags used when evaluating an AND predicate.ReplicationRuleAndOperator.BuilderReplicationRuleAndOperator.Builder. tags(Collection<Tag> tags)An array of tags containing key and value pairs.GetBucketTaggingResponse.BuilderGetBucketTaggingResponse.Builder. tagSet(Collection<Tag> tagSet)Contains the tag set.GetObjectTaggingResponse.BuilderGetObjectTaggingResponse.Builder. tagSet(Collection<Tag> tagSet)Contains the tag set.Tagging.BuilderTagging.Builder. tagSet(Collection<Tag> tagSet)A collection for a set of tags
-