Uses of Class
software.amazon.awssdk.services.route53resolver.model.FirewallDomainListMetadata
-
Packages that use FirewallDomainListMetadata Package Description software.amazon.awssdk.services.route53resolver.model software.amazon.awssdk.services.route53resolver.paginators -
-
Uses of FirewallDomainListMetadata in software.amazon.awssdk.services.route53resolver.model
Methods in software.amazon.awssdk.services.route53resolver.model that return types with arguments of type FirewallDomainListMetadata Modifier and Type Method Description List<FirewallDomainListMetadata>ListFirewallDomainListsResponse. firewallDomainLists()A list of the domain lists that you have defined.Methods in software.amazon.awssdk.services.route53resolver.model with parameters of type FirewallDomainListMetadata Modifier and Type Method Description ListFirewallDomainListsResponse.BuilderListFirewallDomainListsResponse.Builder. firewallDomainLists(FirewallDomainListMetadata... firewallDomainLists)A list of the domain lists that you have defined.Method parameters in software.amazon.awssdk.services.route53resolver.model with type arguments of type FirewallDomainListMetadata Modifier and Type Method Description ListFirewallDomainListsResponse.BuilderListFirewallDomainListsResponse.Builder. firewallDomainLists(Collection<FirewallDomainListMetadata> firewallDomainLists)A list of the domain lists that you have defined. -
Uses of FirewallDomainListMetadata in software.amazon.awssdk.services.route53resolver.paginators
Methods in software.amazon.awssdk.services.route53resolver.paginators that return types with arguments of type FirewallDomainListMetadata Modifier and Type Method Description SdkIterable<FirewallDomainListMetadata>ListFirewallDomainListsIterable. firewallDomainLists()Returns an iterable to iterate through the paginatedListFirewallDomainListsResponse.firewallDomainLists()member.SdkPublisher<FirewallDomainListMetadata>ListFirewallDomainListsPublisher. firewallDomainLists()Returns a publisher that can be used to get a stream of data.
-