| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2 |
|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
CreateResourcePolicyStatementRequest |
CreateResourcePolicyStatementRequest.addConditionEntry(String key,
Map<String,String> value)
Add a single Condition entry
|
CreateResourcePolicyStatementRequest |
CreateResourcePolicyStatementRequest.clearConditionEntries()
Removes all the entries added into Condition.
|
CreateResourcePolicyStatementRequest |
CreateResourcePolicyStatementRequest.clone() |
CreateResourcePolicyStatementRequest |
CreateResourcePolicyStatementRequest.withAction(Collection<String> action)
The Amazon Lex action that this policy either allows or denies.
|
CreateResourcePolicyStatementRequest |
CreateResourcePolicyStatementRequest.withAction(String... action)
The Amazon Lex action that this policy either allows or denies.
|
CreateResourcePolicyStatementRequest |
CreateResourcePolicyStatementRequest.withCondition(Map<String,Map<String,String>> condition)
Specifies a condition when the policy is in effect.
|
CreateResourcePolicyStatementRequest |
CreateResourcePolicyStatementRequest.withEffect(Effect effect)
Determines whether the statement allows or denies access to the resource.
|
CreateResourcePolicyStatementRequest |
CreateResourcePolicyStatementRequest.withEffect(String effect)
Determines whether the statement allows or denies access to the resource.
|
CreateResourcePolicyStatementRequest |
CreateResourcePolicyStatementRequest.withExpectedRevisionId(String expectedRevisionId)
The identifier of the revision of the policy to edit.
|
CreateResourcePolicyStatementRequest |
CreateResourcePolicyStatementRequest.withPrincipal(Collection<Principal> principal)
An IAM principal, such as an IAM user, IAM role, or Amazon Web Services services that is allowed or denied access
to a resource.
|
CreateResourcePolicyStatementRequest |
CreateResourcePolicyStatementRequest.withPrincipal(Principal... principal)
An IAM principal, such as an IAM user, IAM role, or Amazon Web Services services that is allowed or denied access
to a resource.
|
CreateResourcePolicyStatementRequest |
CreateResourcePolicyStatementRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the bot or bot alias that the resource policy is attached to.
|
CreateResourcePolicyStatementRequest |
CreateResourcePolicyStatementRequest.withStatementId(String statementId)
The name of the statement.
|
Copyright © 2024. All rights reserved.