| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
Effect |
CreateResourcePolicyStatementRequest.effect()
Determines whether the statement allows or denies access to the resource.
|
static Effect |
Effect.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Effect |
Effect.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Effect[] |
Effect.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Effect> |
Effect.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateResourcePolicyStatementRequest.Builder |
CreateResourcePolicyStatementRequest.Builder.effect(Effect effect)
Determines whether the statement allows or denies access to the resource.
|
Copyright © 2023. All rights reserved.