Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<CORSRule.AllowedMethods> |
CORSRule.allowedMethods |
Modifier and Type | Method and Description |
---|---|
static CORSRule.AllowedMethods |
CORSRule.AllowedMethods.fromValue(java.lang.String allowedMethod) |
static CORSRule.AllowedMethods |
CORSRule.AllowedMethods.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CORSRule.AllowedMethods[] |
CORSRule.AllowedMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CORSRule.AllowedMethods> |
CORSRule.getAllowedMethods()
Returns the allowed methods of this rule.
|
Modifier and Type | Method and Description |
---|---|
void |
CORSRule.setAllowedMethods(CORSRule.AllowedMethods... allowedMethods)
Convenience array style method for
CORSRule.setAllowedMethods(List) |
Modifier and Type | Method and Description |
---|---|
void |
CORSRule.setAllowedMethods(java.util.List<CORSRule.AllowedMethods> allowedMethods)
Sets the allowed methods of the rule.
|
CORSRule |
CORSRule.withAllowedMethods(java.util.List<CORSRule.AllowedMethods> allowedMethods)
Sets the allowed methods of this rule and returns a reference to this object for
method chaining.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<CORSRule.AllowedMethods> |
XmlResponsesSaxParser.BucketCrossOriginConfigurationHandler.allowedMethods |