| Package | Description |
|---|---|
| com.amazonaws.opensdk.model |
| Modifier and Type | Method and Description |
|---|---|
RawRequest |
RawRequest.header(String name,
String value)
Set a header value for the underlying HTTP request.
|
RawRequest |
RawRequest.httpMethod(HttpMethodName httpMethod)
Set the HTTP method to perform against the configured resouce.
|
RawRequest |
RawRequest.path(String path)
Set the path to the resource.
|
RawRequest |
RawRequest.payload(InputStream is)
Set a payload for the underlying HTTP request.
|
RawRequest |
RawRequest.queryParameter(String name,
String value)
Set a query parameter value for the underlying HTTP request.
|
RawRequest |
RawRequest.sdkRequestConfig(SdkRequestConfig sdkRequestConfig)
Set the configuration for this request.
|
Copyright © 2022. All rights reserved.