Modifier and Type | Field and Description |
---|---|
static HandlerContextKey<AWSCredentials> |
AWS_CREDENTIALS
The key under which the request credentials are set.
|
static HandlerContextKey<String> |
OPERATION_NAME
The name of the operation for the request.
|
static HandlerContextKey<String> |
SERVICE_ID
The unique identifier for a service to which the request is being sent.
|
static HandlerContextKey<String> |
SIGNING_REGION
The region used to sign the request.
|
Constructor and Description |
---|
HandlerContextKey(String name) |
public static final HandlerContextKey<AWSCredentials> AWS_CREDENTIALS
public static final HandlerContextKey<String> SIGNING_REGION
public static final HandlerContextKey<String> OPERATION_NAME
public static final HandlerContextKey<String> SERVICE_ID
public HandlerContextKey(String name)
Copyright © 2018. All rights reserved.