Uses of Class
com.amazonaws.auth.policy.conditions.IpAddressCondition.IpAddressComparisonType
-
Packages that use IpAddressCondition.IpAddressComparisonType Package Description com.amazonaws.auth.policy.conditions Collection of AWS access control policy conditions. -
-
Uses of IpAddressCondition.IpAddressComparisonType in com.amazonaws.auth.policy.conditions
Methods in com.amazonaws.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 com.amazonaws.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.
-