| Package | Description | 
|---|---|
| com.amazonaws | |
| com.amazonaws.client | |
| com.amazonaws.http | |
| com.amazonaws.internal | |
| com.amazonaws.internal.auth | |
| com.amazonaws.util | 
| Modifier and Type | Field and Description | 
|---|---|
static RequestConfig | 
RequestConfig.NO_OP
No op implementation to initalize request config in  
DefaultRequest. | 
| Modifier and Type | Method and Description | 
|---|---|
RequestConfig | 
ClientExecutionParams.getRequestConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
ClientExecutionParams<Input,Output> | 
ClientExecutionParams.withRequestConfig(RequestConfig requestConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T> Response<T> | 
AmazonHttpClient.execute(Request<?> request,
       HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
       HttpResponseHandler<AmazonServiceException> errorResponseHandler,
       ExecutionContext executionContext,
       RequestConfig requestConfig)  | 
AmazonHttpClient.RequestExecutionBuilder | 
AmazonHttpClient.RequestExecutionBuilder.requestConfig(RequestConfig requestConfig)
Fluent setter for  
RequestConfig | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AmazonWebServiceRequestAdapter
Adapts the configuration present in  
AmazonWebServiceRequest to RequestConfig. | 
| Modifier and Type | Method and Description | 
|---|---|
RequestConfig | 
SignerProviderContext.getRequestConfig()  | 
| Modifier and Type | Method and Description | 
|---|---|
SignerProviderContext.Builder | 
SignerProviderContext.Builder.withRequestConfig(RequestConfig requestConfig)  | 
| Modifier and Type | Method and Description | 
|---|---|
static AWSCredentialsProvider | 
CredentialUtils.getCredentialsProvider(RequestConfig requestConfig,
                      AWSCredentialsProvider base)  | 
Copyright © 2024. All rights reserved.