|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use S3Action | |
|---|---|
| org.dasein.cloud.aws.storage | |
| Uses of S3Action in org.dasein.cloud.aws.storage |
|---|
| Methods in org.dasein.cloud.aws.storage that return S3Action | |
|---|---|
static S3Action |
S3Action.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static S3Action[] |
S3Action.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in org.dasein.cloud.aws.storage with parameters of type S3Action | |
|---|---|
S3Method(AWSCloud provider,
S3Action action)
|
|
S3Method(AWSCloud provider,
S3Action action,
Map<String,String> parameters,
Map<String,String> headers)
|
|
S3Method(AWSCloud provider,
S3Action action,
Map<String,String> parameters,
Map<String,String> headers,
String contentType,
File uploadFile)
|
|
S3Method(AWSCloud provider,
S3Action action,
Map<String,String> parameters,
Map<String,String> headers,
String contentType,
String body)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||