| 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()
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() |
Copyright © 2022. All rights reserved.