| Package | Description |
|---|---|
| org.mule.extension.s3.api.model |
| Modifier and Type | Method and Description |
|---|---|
static AllowedMethods |
AllowedMethods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AllowedMethods[] |
AllowedMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<AllowedMethods> |
CORSRule.getAllowedMethods() |
| Constructor and Description |
|---|
CORSRule(String id,
List<AllowedMethods> allowedMethods,
List<String> allowedOrigins,
int maxAgeSeconds,
List<String> exposedHeaders,
List<String> allowedHeaders) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.