public class AwsHandlerKeys extends Object
Modifier and Type | Field | Description |
---|---|---|
static HandlerContextKey<AwsCredentials> |
AWS_CREDENTIALS |
The key under which the request credentials are set.
|
static HandlerContextKey<RequestConfig> |
REQUEST_CONFIG |
The key under which the request config is stored.
|
static HandlerContextKey<ServiceAdvancedConfiguration> |
SERVICE_ADVANCED_CONFIG |
Handler context key for advanced configuration.
|
static HandlerContextKey<String> |
SERVICE_NAME |
The key under which the service name is stored.
|
static HandlerContextKey<Integer> |
TIME_OFFSET |
The key under which the time offset (for clock skew correction) is stored.
|
Constructor | Description |
---|---|
AwsHandlerKeys() |
public static final HandlerContextKey<AwsCredentials> AWS_CREDENTIALS
public static final HandlerContextKey<RequestConfig> REQUEST_CONFIG
public static final HandlerContextKey<String> SERVICE_NAME
public static final HandlerContextKey<Integer> TIME_OFFSET
public static final HandlerContextKey<ServiceAdvancedConfiguration> SERVICE_ADVANCED_CONFIG
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.