Uses of Enum
com.amazonaws.http.HttpMethodName
Packages that use HttpMethodName
Package
Description
Synchronous client for accessing Amazon S3.
-
Uses of HttpMethodName in com.amazonaws
Methods in com.amazonaws that return HttpMethodNameModifier and TypeMethodDescriptionDefaultRequest.getHttpMethod()SignableRequest.getHttpMethod()Returns the HTTP method (GET, POST, etc) to use when sending this request.Methods in com.amazonaws with parameters of type HttpMethodNameModifier and TypeMethodDescriptionvoidDefaultRequest.setHttpMethod(HttpMethodName httpMethod) voidRequest.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 HttpMethodNameModifier and TypeMethodDescriptionstatic HttpMethodNamestatic HttpMethodNameReturns 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 HttpMethodNameModifier and TypeMethodDescriptionprotected <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)