JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

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.
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
com.amazonaws

Interface SignableRequest<T>

  • Type Parameters:
    T - The type of original, user facing request represented by this request.
    All Superinterfaces:
    ImmutableRequest<T>
    All Known Subinterfaces:
    Request<T>
    All Known Implementing Classes:
    DefaultRequest


    public interface SignableRequest<T>
    extends ImmutableRequest<T>
    Represents a sign-able request being sent to an Amazon Web Service, including the parameters being sent as part of the request, the endpoint to which the request should be sent, etc.

    This class is only intended for internal use inside the AWS client libraries. Callers shouldn't ever interact directly with objects of this class.

    • Method Detail

      • addHeader

        void addHeader(String name,
         String value)
        Sets the specified header for this request.
        Parameters:
        name - The name of the header to set.
        value - The header's value.
      • addParameter

        void addParameter(String name,
         String value)
        Adds the specified request parameter to this request.
        Parameters:
        name - The name of the request parameter.
        value - The value of the request parameter.
      • setContent

        void setContent(InputStream content)
        Sets the optional stream containing the payload data to include for this request. This is used, for example, for S3 chunk encoding.
        Parameters:
        content - The optional stream containing the payload data to include for this request.
Skip navigation links
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

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