Uses of Class
software.amazon.awssdk.core.auth.policy.Condition
-
Packages that use Condition Package Description software.amazon.awssdk.core.auth.policy software.amazon.awssdk.core.auth.policy.conditions -
-
Uses of Condition in software.amazon.awssdk.core.auth.policy
Methods in software.amazon.awssdk.core.auth.policy that return Condition Modifier and Type Method Description ConditionCondition. withConditionKey(String key)Fluent version ofsetConditionKey(String)ConditionCondition. withType(String type)Fluent version ofsetType(String)ConditionCondition. withValues(String... values)Fluent version ofsetValues(List)ConditionCondition. withValues(List<String> values)Fluent version ofsetValues(List)Methods in software.amazon.awssdk.core.auth.policy that return types with arguments of type Condition Modifier and Type Method Description List<Condition>Statement. getConditions()Returns the conditions associated with this policy statement.Methods in software.amazon.awssdk.core.auth.policy with parameters of type Condition Modifier and Type Method Description StatementStatement. withConditions(Condition... conditions)Sets the conditions associated with this policy statement, and returns this updated Statement object so that additional method calls can be chained together.Method parameters in software.amazon.awssdk.core.auth.policy with type arguments of type Condition Modifier and Type Method Description voidStatement. setConditions(List<Condition> conditions)Sets the conditions associated with this policy statement. -
Uses of Condition in software.amazon.awssdk.core.auth.policy.conditions
Subclasses of Condition in software.amazon.awssdk.core.auth.policy.conditions Modifier and Type Class Description classArnConditionAWS access control policy condition that allows an access control statement to be conditionally applied based on the comparison of an Amazon Resource Name (ARN).classDateConditionAWS access control policy condition that allows an access control statement to be conditionally applied based on the comparison of the current time at which a request is received, and a specific date.classIpAddressConditionAWS access control policy condition that allows an access control statement to be conditionally applied based on the comparison of the the incoming source IP address at the time of a request against a CIDR IP range.classStringConditionString conditions let you constrain AWS access control policy statements using string matching rules.Methods in software.amazon.awssdk.core.auth.policy.conditions that return Condition Modifier and Type Method Description static ConditionConditionFactory. newSourceArnCondition(String arnPattern)Constructs a new access policy condition that compares the Amazon Resource Name (ARN) of the source of an AWS resource that is modifying another AWS resource with the specified pattern.
-