Modifier and Type | Field and Description |
---|---|
static HandlerContextKey<AdvancedConfig> |
ADVANCED_CONFIG
Advanced client configuration.
|
static HandlerContextKey<AWSCredentials> |
AWS_CREDENTIALS
The key under which the request credentials are set.
|
static HandlerContextKey<URI> |
CLIENT_ENDPOINT
The endpoint configured on the client.
|
static HandlerContextKey<Boolean> |
ENDPOINT_OVERRIDDEN
A boolean value indicating if an endpoint is overridden or not
|
static HandlerContextKey<Boolean> |
HAS_STREAMING_INPUT
A boolean value indicating if the input of the operation has a streaming member.
|
static HandlerContextKey<Boolean> |
HAS_STREAMING_OUTPUT
A boolean value indicating if the output of the operation has a streaming member.
|
static HandlerContextKey<String> |
OPERATION_NAME
The name of the operation for the request.
|
static HandlerContextKey<Boolean> |
REQUIRES_LENGTH
A boolean value indicating if Content-Length header is required by the operation
|
static HandlerContextKey<String> |
SERVICE_ID
The unique identifier for a service to which the request is being sent.
|
static HandlerContextKey<String> |
SIGNING_NAME
The optional service name to sign the request.
|
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> SIGNING_NAME
public static final HandlerContextKey<String> OPERATION_NAME
public static final HandlerContextKey<String> SERVICE_ID
public static final HandlerContextKey<Boolean> REQUIRES_LENGTH
public static final HandlerContextKey<Boolean> HAS_STREAMING_INPUT
public static final HandlerContextKey<Boolean> HAS_STREAMING_OUTPUT
public static final HandlerContextKey<AdvancedConfig> ADVANCED_CONFIG
public static final HandlerContextKey<Boolean> ENDPOINT_OVERRIDDEN
public static final HandlerContextKey<URI> CLIENT_ENDPOINT
public HandlerContextKey(String name)
Copyright © 2024. All rights reserved.