Uses of Enum
com.amazonaws.auth.policy.conditions.IpAddressCondition.IpAddressComparisonType
Packages that use IpAddressCondition.IpAddressComparisonType
Package
Description
Collection of AWS access control policy conditions.
-
Uses of IpAddressCondition.IpAddressComparisonType in com.amazonaws.auth.policy.conditions
Subclasses with type arguments of type IpAddressCondition.IpAddressComparisonType in com.amazonaws.auth.policy.conditionsModifier and TypeClassDescriptionstatic enumEnumeration of the supported ways an IP address comparison can be evaluated.Methods in com.amazonaws.auth.policy.conditions that return IpAddressCondition.IpAddressComparisonTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.IpAddressComparisonTypeModifierConstructorDescriptionIpAddressCondition(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.