| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediastore.model |
| Modifier and Type | Method and Description |
|---|---|
static MethodName |
MethodName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static MethodName |
MethodName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MethodName[] |
MethodName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<MethodName> |
CorsRule.allowedMethods()
Identifies an HTTP method that the origin that is specified in the rule is allowed to execute.
|
static Set<MethodName> |
MethodName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CorsRule.Builder |
CorsRule.Builder.allowedMethods(MethodName... allowedMethods)
Identifies an HTTP method that the origin that is specified in the rule is allowed to execute.
|
| Modifier and Type | Method and Description |
|---|---|
CorsRule.Builder |
CorsRule.Builder.allowedMethods(Collection<MethodName> allowedMethods)
Identifies an HTTP method that the origin that is specified in the rule is allowed to execute.
|
Copyright © 2023. All rights reserved.