Uses of Class
software.amazon.awssdk.services.networkfirewall.model.Address
-
Packages that use Address Package Description software.amazon.awssdk.services.networkfirewall.model -
-
Uses of Address in software.amazon.awssdk.services.networkfirewall.model
Methods in software.amazon.awssdk.services.networkfirewall.model that return types with arguments of type Address Modifier and Type Method Description List<Address>MatchAttributes. destinations()The destination IP addresses and address ranges to inspect for, in CIDR notation.List<Address>ServerCertificateScope. destinations()The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.List<Address>MatchAttributes. sources()The source IP addresses and address ranges to inspect for, in CIDR notation.List<Address>ServerCertificateScope. sources()The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.Methods in software.amazon.awssdk.services.networkfirewall.model with parameters of type Address Modifier and Type Method Description MatchAttributes.BuilderMatchAttributes.Builder. destinations(Address... destinations)The destination IP addresses and address ranges to inspect for, in CIDR notation.ServerCertificateScope.BuilderServerCertificateScope.Builder. destinations(Address... destinations)The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.MatchAttributes.BuilderMatchAttributes.Builder. sources(Address... sources)The source IP addresses and address ranges to inspect for, in CIDR notation.ServerCertificateScope.BuilderServerCertificateScope.Builder. sources(Address... sources)The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.Method parameters in software.amazon.awssdk.services.networkfirewall.model with type arguments of type Address Modifier and Type Method Description MatchAttributes.BuilderMatchAttributes.Builder. destinations(Collection<Address> destinations)The destination IP addresses and address ranges to inspect for, in CIDR notation.ServerCertificateScope.BuilderServerCertificateScope.Builder. destinations(Collection<Address> destinations)The destination IP addresses and address ranges to decrypt for inspection, in CIDR notation.MatchAttributes.BuilderMatchAttributes.Builder. sources(Collection<Address> sources)The source IP addresses and address ranges to inspect for, in CIDR notation.ServerCertificateScope.BuilderServerCertificateScope.Builder. sources(Collection<Address> sources)The source IP addresses and address ranges to decrypt for inspection, in CIDR notation.
-