| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigatewayv2 |
AWS::APIGatewayv2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CorsHttpMethod |
CorsHttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CorsHttpMethod[] |
CorsHttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default List<CorsHttpMethod> |
CorsPreflightOptions.getAllowMethods()
(experimental) Represents a collection of allowed HTTP methods.
|
List<CorsHttpMethod> |
CorsPreflightOptions.Jsii$Proxy.getAllowMethods() |
| Modifier and Type | Method and Description |
|---|---|
CorsPreflightOptions.Builder |
CorsPreflightOptions.Builder.allowMethods(List<? extends CorsHttpMethod> allowMethods)
Sets the value of
CorsPreflightOptions.getAllowMethods() |
Copyright © 2022. All rights reserved.