JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.handlers

Class HandlerContextKey<T>



  • public class HandlerContextKey<T>
    extends Object 
    A type safe key used for setting and retrieving context in a Request object.
     final HandlerContextKey METRICS_KEY = new HandlerContextKey("METRICS_KEY");
     new RequestHandler2(){
    • Field Detail

      • AWS_CREDENTIALS_ACCOUNT_ID

        public static final HandlerContextKey<String> AWS_CREDENTIALS_ACCOUNT_ID
        The unique account identifier supplied by the credentials provider.
      • SIGNING_NAME

        public static final HandlerContextKey<String> SIGNING_NAME
        The optional service name to sign the request. If present, it will override the service name in the client
      • OPERATION_NAME

        public static final HandlerContextKey<String> OPERATION_NAME
        The name of the operation for the request.
      • SERVICE_ID

        public static final HandlerContextKey<String> SERVICE_ID
        The unique identifier for a service to which the request is being sent.
      • REQUIRES_LENGTH

        public static final HandlerContextKey<Boolean> REQUIRES_LENGTH
        A boolean value indicating if Content-Length header is required by the operation
      • HAS_STREAMING_INPUT

        public static final HandlerContextKey<Boolean> HAS_STREAMING_INPUT
        A boolean value indicating if the input of the operation has a streaming member. If an input shape in operation has streaming trait, then it is a streaming op
      • HAS_STREAMING_OUTPUT

        public static final HandlerContextKey<Boolean> HAS_STREAMING_OUTPUT
        A boolean value indicating if the output of the operation has a streaming member.
      • ENDPOINT_OVERRIDDEN

        public static final HandlerContextKey<Boolean> ENDPOINT_OVERRIDDEN
        A boolean value indicating if an endpoint is overridden or not
      • ACCOUNT_ID_ENDPOINT_MODE

        public static final HandlerContextKey<AccountIdEndpointMode> ACCOUNT_ID_ENDPOINT_MODE
        The AccountIdEndpointMode which enables or disables account ID based endpoint routing for supported operations.
      • CLIENT_ENDPOINT

        public static final HandlerContextKey<URI> CLIENT_ENDPOINT
        The endpoint configured on the client.
    • Constructor Detail

      • HandlerContextKey

        public HandlerContextKey(String name)
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /