|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Method | |
---|---|
net.noderunner.amazon.s3 |
Uses of Method in net.noderunner.amazon.s3 |
---|
Methods in net.noderunner.amazon.s3 that return Method | |
---|---|
static Method |
Method.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Method[] |
Method.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.noderunner.amazon.s3 with parameters of type Method | |
---|---|
static java.lang.String |
CanonicalString.make(Method method,
Bucket bucket,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> pathArgs,
Headers headers)
Returns a canonical string used in authentication. |
static java.lang.String |
CanonicalString.make(Method method,
Bucket bucket,
java.lang.String key,
java.util.Map<java.lang.String,java.lang.String> pathArgs,
Headers headers,
java.lang.String expires)
Returns a canonical string used in authentication. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |