| Package | Description |
|---|---|
| software.amazon.awssdk.http | |
| software.amazon.awssdk.http.async |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SdkHttpFullRequest
An immutable HTTP request with a possible HTTP body.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpRequest |
HttpExecuteRequest.httpRequest() |
| Modifier and Type | Method and Description |
|---|---|
HttpExecuteRequest.Builder |
HttpExecuteRequest.Builder.request(SdkHttpRequest request)
Set the HTTP request to be executed by the client.
|
| Modifier and Type | Method and Description |
|---|---|
SdkHttpRequest |
AsyncExecuteRequest.request() |
| Modifier and Type | Method and Description |
|---|---|
AsyncExecuteRequest.Builder |
AsyncExecuteRequest.Builder.request(SdkHttpRequest request)
Set the HTTP request to be executed by the client.
|
Copyright © 2019. All rights reserved.