| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Principal |
Principal.clone() |
Principal |
Principal.withArn(String arn)
The Amazon Resource Name (ARN) of the principal.
|
Principal |
Principal.withService(String service)
The name of the AWS service that should allowed or denied access to an Amazon Lex action.
|
| Modifier and Type | Method and Description |
|---|---|
List<Principal> |
CreateResourcePolicyStatementRequest.getPrincipal()
An IAM principal, such as an IAM users, IAM roles, or AWS services that is allowed or denied access to a
resource.
|
| Modifier and Type | Method and Description |
|---|---|
CreateResourcePolicyStatementRequest |
CreateResourcePolicyStatementRequest.withPrincipal(Principal... principal)
An IAM principal, such as an IAM users, IAM roles, or AWS services that is allowed or denied access to a
resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateResourcePolicyStatementRequest.setPrincipal(Collection<Principal> principal)
An IAM principal, such as an IAM users, IAM roles, or AWS services that is allowed or denied access to a
resource.
|
CreateResourcePolicyStatementRequest |
CreateResourcePolicyStatementRequest.withPrincipal(Collection<Principal> principal)
An IAM principal, such as an IAM users, IAM roles, or AWS services that is allowed or denied access to a
resource.
|
Copyright © 2022. All rights reserved.