Uses of Class
software.amazon.awssdk.services.config.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.config.model software.amazon.awssdk.services.config.paginators -
-
Uses of Tag in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>ListTagsForResourceResponse. tags()The tags for the resource.List<Tag>PutAggregationAuthorizationRequest. tags()An array of tag object.List<Tag>PutConfigRuleRequest. tags()An array of tag object.List<Tag>PutConfigurationAggregatorRequest. tags()An array of tag object.List<Tag>PutStoredQueryRequest. tags()A list ofTagsobject.List<Tag>TagResourceRequest. tags()An array of tag object.Methods in software.amazon.awssdk.services.config.model with parameters of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags for the resource.PutAggregationAuthorizationRequest.BuilderPutAggregationAuthorizationRequest.Builder. tags(Tag... tags)An array of tag object.PutConfigRuleRequest.BuilderPutConfigRuleRequest.Builder. tags(Tag... tags)An array of tag object.PutConfigurationAggregatorRequest.BuilderPutConfigurationAggregatorRequest.Builder. tags(Tag... tags)An array of tag object.PutStoredQueryRequest.BuilderPutStoredQueryRequest.Builder. tags(Tag... tags)A list ofTagsobject.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)An array of tag object.Method parameters in software.amazon.awssdk.services.config.model with type arguments of type Tag Modifier and Type Method Description ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags for the resource.PutAggregationAuthorizationRequest.BuilderPutAggregationAuthorizationRequest.Builder. tags(Collection<Tag> tags)An array of tag object.PutConfigRuleRequest.BuilderPutConfigRuleRequest.Builder. tags(Collection<Tag> tags)An array of tag object.PutConfigurationAggregatorRequest.BuilderPutConfigurationAggregatorRequest.Builder. tags(Collection<Tag> tags)An array of tag object.PutStoredQueryRequest.BuilderPutStoredQueryRequest.Builder. tags(Collection<Tag> tags)A list ofTagsobject.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)An array of tag object. -
Uses of Tag in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type Tag Modifier and Type Method Description SdkIterable<Tag>ListTagsForResourceIterable. tags()Returns an iterable to iterate through the paginatedListTagsForResourceResponse.tags()member.SdkPublisher<Tag>ListTagsForResourcePublisher. tags()Returns a publisher that can be used to get a stream of data.
-