Uses of Class
com.amazonaws.http.HttpMethodName
-
Packages that use HttpMethodName Package Description com.amazonaws com.amazonaws.http com.amazonaws.services.s3 Synchronous client for accessing Amazon S3. -
-
Uses of HttpMethodName in com.amazonaws
Methods in com.amazonaws that return HttpMethodName Modifier and Type Method Description HttpMethodName
DefaultRequest. getHttpMethod()
HttpMethodName
SignableRequest. getHttpMethod()
Returns the HTTP method (GET, POST, etc) to use when sending this request.Methods in com.amazonaws with parameters of type HttpMethodName Modifier and Type Method Description void
DefaultRequest. setHttpMethod(HttpMethodName httpMethod)
void
Request. setHttpMethod(HttpMethodName httpMethod)
Sets the HTTP method (GET, POST, etc) to use when sending this request. -
Uses of HttpMethodName in com.amazonaws.http
Methods in com.amazonaws.http that return HttpMethodName Modifier and Type Method Description static HttpMethodName
HttpMethodName. fromValue(String value)
static HttpMethodName
HttpMethodName. valueOf(String name)
Returns the enum constant of this type with the specified name.static HttpMethodName[]
HttpMethodName. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpMethodName in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type HttpMethodName Modifier and Type Method Description protected <X extends AmazonWebServiceRequest>
Request<X>AmazonS3Client. createRequest(String bucketName, String key, X originalRequest, HttpMethodName httpMethod)
Creates and initializes a new request object for the specified S3 resource.protected <X extends AmazonWebServiceRequest>
Request<X>AmazonS3Client. createRequest(String bucketName, String key, X originalRequest, HttpMethodName httpMethod, URI endpoint)
-