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.
com.amazonaws.internal.config

Class HttpClientConfigJsonHelper

  • All Implemented Interfaces:
    Builder<HttpClientConfig>


    public class HttpClientConfigJsonHelper
    extends Object
    implements Builder<HttpClientConfig>
    An internal class used to build HttpClientConfig after this class per se has been unmarshalled from JSON. This class allows us to make use of Jackson without the need to write any special parser or json marshaller/unmarshaller.
    • Constructor Detail

      • HttpClientConfigJsonHelper

        public HttpClientConfigJsonHelper()
      • HttpClientConfigJsonHelper

        public HttpClientConfigJsonHelper(String serviceName,
         String regionMetadataServiceName)
    • Method Detail

      • getServiceName

        public String getServiceName()
      • setServiceName

        public void setServiceName(String serviceName)
      • getRegionMetadataServiceName

        public String getRegionMetadataServiceName()
      • setRegionMetadataServiceName

        public void setRegionMetadataServiceName(String regionMetadataServiceName)
Skip navigation links

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