| Package | Description |
|---|---|
| com.amazonaws.opensdk |
| Modifier and Type | Method and Description |
|---|---|
static SdkRequestConfig.Builder |
SdkRequestConfig.builder() |
SdkRequestConfig.Builder |
SdkRequestConfig.copyBuilder() |
SdkRequestConfig.Builder |
SdkRequestConfig.Builder.customHeader(String name,
String value)
Put a new custom header to the map of custom header names to custom header values.
|
SdkRequestConfig.Builder |
SdkRequestConfig.Builder.customQueryParam(String name,
String value)
Add a custom query parameter for the request.
|
SdkRequestConfig.Builder |
SdkRequestConfig.Builder.httpRequestTimeout(int httpRequestTimeout)
Sets the amount of time to wait (in milliseconds) for a single HTTP request to complete before giving
up and timing out.
|
SdkRequestConfig.Builder |
SdkRequestConfig.Builder.totalExecutionTimeout(int totalExecutionTimeout)
Sets the amount of time (in milliseconds) to allow the client to complete the execution of
an API call.
|
Copyright © 2019. All rights reserved.