The method setHttpMethod() belongs to the Request class in the com.amazonaws package of Java. It is used to specify the HTTP method that will be used when making a request to an Amazon Web Services (AWS) service. The supported HTTP methods include GET, POST, PUT, DELETE, HEAD, OPTIONS, and PATCH. By setting the HTTP method using this method, developers can control the type of operation to be performed on the AWS service.
Java Request.setHttpMethod - 30 examples found. These are the top rated real world Java examples of com.amazonaws.Request.setHttpMethod extracted from open source projects. You can rate examples to help us improve the quality of examples.