| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static HttpMethods |
HttpMethods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethods[] |
HttpMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<HttpMethods> |
CorsRule.getAllowedMethods()
(experimental) An HTTP method that you allow the origin to execute.
|
List<HttpMethods> |
CorsRule.Jsii$Proxy.getAllowedMethods() |
| Modifier and Type | Method and Description |
|---|---|
CorsRule.Builder |
CorsRule.Builder.allowedMethods(List<? extends HttpMethods> allowedMethods)
Sets the value of
CorsRule.getAllowedMethods() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends HttpMethods> allowedMethods,
List<String> allowedOrigins,
List<String> allowedHeaders,
List<String> exposedHeaders,
String id,
Number maxAge)
Constructor that initializes the object based on literal property values passed by the
CorsRule.Builder. |
Copyright © 2021. All rights reserved.