Uses of Class
software.amazon.awssdk.services.route53resolver.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.route53resolver.model software.amazon.awssdk.services.route53resolver.paginators -
-
Uses of Tag in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AssociateFirewallRuleGroupRequest. tags()A list of the tag keys and values that you want to associate with the rule group association.List<Tag>CreateFirewallDomainListRequest. tags()A list of the tag keys and values that you want to associate with the domain list.List<Tag>CreateFirewallRuleGroupRequest. tags()A list of the tag keys and values that you want to associate with the rule group.List<Tag>CreateOutpostResolverRequest. tags()A string that helps identify the Route 53 Resolvers on Outpost.List<Tag>CreateResolverEndpointRequest. tags()A list of the tag keys and values that you want to associate with the endpoint.List<Tag>CreateResolverQueryLogConfigRequest. tags()A list of the tag keys and values that you want to associate with the query logging configuration.List<Tag>CreateResolverRuleRequest. tags()A list of the tag keys and values that you want to associate with the endpoint.List<Tag>ListTagsForResourceResponse. tags()The tags that are associated with the resource that you specified in theListTagsForResourcerequest.List<Tag>TagResourceRequest. tags()The tags that you want to add to the specified resource.Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type Tag Modifier and Type Method Description AssociateFirewallRuleGroupRequest.BuilderAssociateFirewallRuleGroupRequest.Builder. tags(Tag... tags)A list of the tag keys and values that you want to associate with the rule group association.CreateFirewallDomainListRequest.BuilderCreateFirewallDomainListRequest.Builder. tags(Tag... tags)A list of the tag keys and values that you want to associate with the domain list.CreateFirewallRuleGroupRequest.BuilderCreateFirewallRuleGroupRequest.Builder. tags(Tag... tags)A list of the tag keys and values that you want to associate with the rule group.CreateOutpostResolverRequest.BuilderCreateOutpostResolverRequest.Builder. tags(Tag... tags)A string that helps identify the Route 53 Resolvers on Outpost.CreateResolverEndpointRequest.BuilderCreateResolverEndpointRequest.Builder. tags(Tag... tags)A list of the tag keys and values that you want to associate with the endpoint.CreateResolverQueryLogConfigRequest.BuilderCreateResolverQueryLogConfigRequest.Builder. tags(Tag... tags)A list of the tag keys and values that you want to associate with the query logging configuration.CreateResolverRuleRequest.BuilderCreateResolverRuleRequest.Builder. tags(Tag... tags)A list of the tag keys and values that you want to associate with the endpoint.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags that are associated with the resource that you specified in theListTagsForResourcerequest.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags that you want to add to the specified resource.Method parameters in software.amazon.awssdk.services.route53resolver.model with type arguments of type Tag Modifier and Type Method Description AssociateFirewallRuleGroupRequest.BuilderAssociateFirewallRuleGroupRequest.Builder. tags(Collection<Tag> tags)A list of the tag keys and values that you want to associate with the rule group association.CreateFirewallDomainListRequest.BuilderCreateFirewallDomainListRequest.Builder. tags(Collection<Tag> tags)A list of the tag keys and values that you want to associate with the domain list.CreateFirewallRuleGroupRequest.BuilderCreateFirewallRuleGroupRequest.Builder. tags(Collection<Tag> tags)A list of the tag keys and values that you want to associate with the rule group.CreateOutpostResolverRequest.BuilderCreateOutpostResolverRequest.Builder. tags(Collection<Tag> tags)A string that helps identify the Route 53 Resolvers on Outpost.CreateResolverEndpointRequest.BuilderCreateResolverEndpointRequest.Builder. tags(Collection<Tag> tags)A list of the tag keys and values that you want to associate with the endpoint.CreateResolverQueryLogConfigRequest.BuilderCreateResolverQueryLogConfigRequest.Builder. tags(Collection<Tag> tags)A list of the tag keys and values that you want to associate with the query logging configuration.CreateResolverRuleRequest.BuilderCreateResolverRuleRequest.Builder. tags(Collection<Tag> tags)A list of the tag keys and values that you want to associate with the endpoint.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags that are associated with the resource that you specified in theListTagsForResourcerequest.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags that you want to add to the specified resource. -
Uses of Tag in software.amazon.awssdk.services.route53resolver.paginators
Methods in software.amazon.awssdk.services.route53resolver.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.
-