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
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.