| 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 Amazon Web Services 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 user, IAM role, or Amazon Web Services 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 user, IAM role, or Amazon Web Services 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 user, IAM role, or Amazon Web Services services that is allowed or denied access
to a resource.
|
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.
|
Copyright © 2023. All rights reserved.