Uses of Class
net.noderunner.amazon.s3.Method

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(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 String CanonicalString.make(Method method, Bucket bucket, String key, Map<String,String> pathArgs, Headers headers)
          Returns a canonical string used in authentication.
static String CanonicalString.make(Method method, Bucket bucket, String key, Map<String,String> pathArgs, Headers headers, String expires)
          Returns a canonical string used in authentication.
 



Copyright © 2011. All Rights Reserved.