Uses of Class
software.amazon.awssdk.services.networkfirewall.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.networkfirewall.model software.amazon.awssdk.services.networkfirewall.paginators -
-
Uses of Tag in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateFirewallPolicyRequest. tags()The key:value pairs to associate with the resource.List<Tag>CreateFirewallRequest. tags()The key:value pairs to associate with the resource.List<Tag>CreateRuleGroupRequest. tags()The key:value pairs to associate with the resource.List<Tag>CreateTlsInspectionConfigurationRequest. tags()The key:value pairs to associate with the resource.List<Tag>Firewall. tags()List<Tag>FirewallPolicyResponse. tags()The key:value pairs to associate with the resource.List<Tag>ListTagsForResourceResponse. tags()The tags that are associated with the resource.List<Tag>RuleGroupResponse. tags()The key:value pairs to associate with the resource.List<Tag>TagResourceRequest. tags()List<Tag>TLSInspectionConfigurationResponse. tags()The key:value pairs to associate with the resource.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type Tag Modifier and Type Method Description CreateFirewallPolicyRequest.BuilderCreateFirewallPolicyRequest.Builder. tags(Tag... tags)The key:value pairs to associate with the resource.CreateFirewallRequest.BuilderCreateFirewallRequest.Builder. tags(Tag... tags)The key:value pairs to associate with the resource.CreateRuleGroupRequest.BuilderCreateRuleGroupRequest.Builder. tags(Tag... tags)The key:value pairs to associate with the resource.CreateTlsInspectionConfigurationRequest.BuilderCreateTlsInspectionConfigurationRequest.Builder. tags(Tag... tags)The key:value pairs to associate with the resource.Firewall.BuilderFirewall.Builder. tags(Tag... tags)FirewallPolicyResponse.BuilderFirewallPolicyResponse.Builder. tags(Tag... tags)The key:value pairs to associate with the resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The tags that are associated with the resource.RuleGroupResponse.BuilderRuleGroupResponse.Builder. tags(Tag... tags)The key:value pairs to associate with the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)TLSInspectionConfigurationResponse.BuilderTLSInspectionConfigurationResponse.Builder. tags(Tag... tags)The key:value pairs to associate with the resource.Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type Tag Modifier and Type Method Description CreateFirewallPolicyRequest.BuilderCreateFirewallPolicyRequest.Builder. tags(Collection<Tag> tags)The key:value pairs to associate with the resource.CreateFirewallRequest.BuilderCreateFirewallRequest.Builder. tags(Collection<Tag> tags)The key:value pairs to associate with the resource.CreateRuleGroupRequest.BuilderCreateRuleGroupRequest.Builder. tags(Collection<Tag> tags)The key:value pairs to associate with the resource.CreateTlsInspectionConfigurationRequest.BuilderCreateTlsInspectionConfigurationRequest.Builder. tags(Collection<Tag> tags)The key:value pairs to associate with the resource.Firewall.BuilderFirewall.Builder. tags(Collection<Tag> tags)FirewallPolicyResponse.BuilderFirewallPolicyResponse.Builder. tags(Collection<Tag> tags)The key:value pairs to associate with the resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The tags that are associated with the resource.RuleGroupResponse.BuilderRuleGroupResponse.Builder. tags(Collection<Tag> tags)The key:value pairs to associate with the resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)TLSInspectionConfigurationResponse.BuilderTLSInspectionConfigurationResponse.Builder. tags(Collection<Tag> tags)The key:value pairs to associate with the resource. -
Uses of Tag in software.amazon.awssdk.services.networkfirewall.paginators
Methods in software.amazon.awssdk.services.networkfirewall.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.
-