Uses of Class
software.amazon.awssdk.core.auth.policy.conditions.IpAddressCondition.IpAddressComparisonType
-
Packages that use IpAddressCondition.IpAddressComparisonType Package Description software.amazon.awssdk.core.auth.policy.conditions -
-
Uses of IpAddressCondition.IpAddressComparisonType in software.amazon.awssdk.core.auth.policy.conditions
Methods in software.amazon.awssdk.core.auth.policy.conditions that return IpAddressCondition.IpAddressComparisonType Modifier and Type Method Description static IpAddressCondition.IpAddressComparisonTypeIpAddressCondition.IpAddressComparisonType. valueOf(String name)Returns the enum constant of this type with the specified name.static IpAddressCondition.IpAddressComparisonType[]IpAddressCondition.IpAddressComparisonType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in software.amazon.awssdk.core.auth.policy.conditions with parameters of type IpAddressCondition.IpAddressComparisonType Constructor Description IpAddressCondition(IpAddressCondition.IpAddressComparisonType type, String ipAddressRange)Constructs a new access policy condition that compares the source IP address of the incoming request to an AWS service against the specified CIDR range.
-