| Package | Description | 
|---|---|
| com.amazonaws | |
| com.amazonaws.http | |
| com.amazonaws.internal.auth | |
| com.amazonaws.regions | |
| com.amazonaws.util | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends AmazonWebServiceClient> | 
AmazonWebServiceClient.withEndpoint(String endpoint)
Deprecated. 
 
use  
AwsClientBuilder.withEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example:
 AmazonSNSClientBuilder.standard().withEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion)).build(); | 
<T extends AmazonWebServiceClient> | 
AmazonWebServiceClient.withRegion(Region region)
Deprecated. 
 
use  
AwsClientBuilder.withRegion(Region) for example:
 AmazonSNSClientBuilder.standard().withRegion(region).build(); | 
<T extends AmazonWebServiceClient> | 
AmazonWebServiceClient.withRegion(Regions region)
Deprecated. 
 
use  
AwsClientBuilder.withRegion(Regions) for example:
 AmazonSNSClientBuilder.standard().withRegion(region).build(); | 
| Modifier and Type | Method and Description | 
|---|---|
AmazonWebServiceClient | 
AmazonWebServiceClient.withTimeOffset(int timeOffset)
Sets the optional value for time offset for this client. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected AmazonWebServiceClient | 
ExecutionContext.getAwsClient()  | 
AmazonWebServiceClient | 
ExecutionContext.Builder.getAwsClient()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ExecutionContext.Builder.setAwsClient(AmazonWebServiceClient awsClient)  | 
ExecutionContext.Builder | 
ExecutionContext.Builder.withAwsClient(AmazonWebServiceClient awsClient)  | 
| Constructor and Description | 
|---|
ExecutionContext(List<RequestHandler2> requestHandler2s,
                boolean isMetricEnabled,
                AmazonWebServiceClient awsClient)
Deprecated.  
 | 
| Constructor and Description | 
|---|
DefaultSignerProvider(AmazonWebServiceClient awsClient,
                     Signer defaultSigner)  | 
| Modifier and Type | Method and Description | 
|---|---|
<T extends AmazonWebServiceClient> | 
Region.createClient(Class<T> serviceClass,
            AWSCredentialsProvider credentials,
            ClientConfiguration config)
Deprecated. 
 
use appropriate  
AwsClientBuilder implementation
             for the service being constructed. For example:
             AmazonSNSClientBuilder.standard().withRegion(region).build(); | 
| Constructor and Description | 
|---|
ServiceClientHolderInputStream(InputStream in,
                              AmazonWebServiceClient client)  | 
Copyright © 2024. All rights reserved.