public final class AwsExecutionAttributes extends Object
ExecutionInterceptor
s and
Signer
s.Modifier and Type | Field and Description |
---|---|
static ExecutionAttribute<AwsCredentials> |
AWS_CREDENTIALS
The key under which the request credentials are set.
|
static ExecutionAttribute<Region> |
AWS_REGION
The AWS
Region the client was configured with. |
static ExecutionAttribute<SdkRequestOverrideConfig> |
REQUEST_CONFIG
The key under which the request config is stored.
|
static ExecutionAttribute<ServiceAdvancedConfiguration> |
SERVICE_ADVANCED_CONFIG
Handler context key for advanced configuration.
|
static ExecutionAttribute<String> |
SERVICE_NAME
The key under which the service name is stored.
|
static ExecutionAttribute<Integer> |
TIME_OFFSET
The key under which the time offset (for clock skew correction) is stored.
|
public static final ExecutionAttribute<AwsCredentials> AWS_CREDENTIALS
public static final ExecutionAttribute<SdkRequestOverrideConfig> REQUEST_CONFIG
public static final ExecutionAttribute<String> SERVICE_NAME
public static final ExecutionAttribute<Integer> TIME_OFFSET
public static final ExecutionAttribute<Region> AWS_REGION
Region
the client was configured with.public static final ExecutionAttribute<ServiceAdvancedConfiguration> SERVICE_ADVANCED_CONFIG
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.