| Package | Description | 
|---|---|
| software.amazon.awssdk.http | 
| Modifier and Type | Method and Description | 
|---|---|
static SdkHttpMethod | 
SdkHttpMethod.fromValue(String value)  | 
SdkHttpMethod | 
SdkHttpRequest.method()
Returns the HTTP method (GET, POST, etc) to use when sending this request. 
 | 
SdkHttpMethod | 
SdkHttpRequest.Builder.method()
The path, exactly as it was configured with  
SdkHttpRequest.Builder.method(SdkHttpMethod). | 
SdkHttpMethod | 
SdkHttpFullRequest.Builder.method()
The path, exactly as it was configured with  
SdkHttpFullRequest.Builder.method(SdkHttpMethod). | 
static SdkHttpMethod | 
SdkHttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static SdkHttpMethod[] | 
SdkHttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SdkHttpRequest.Builder | 
SdkHttpRequest.Builder.method(SdkHttpMethod httpMethod)
Configure an  
SdkHttpRequest.method() to be used in the created HTTP request. | 
SdkHttpFullRequest.Builder | 
SdkHttpFullRequest.Builder.method(SdkHttpMethod httpMethod)
Configure an  
SdkHttpRequest.method() to be used in the created HTTP request. | 
Copyright © 2022. All rights reserved.