Class CredentialScope


  • public class CredentialScope
    extends Object
    credential scope associated with an endpoint.
    • Constructor Detail

      • CredentialScope

        public CredentialScope()
    • Method Detail

      • getRegion

        public String getRegion()
        Returns the region string to be used when signing a request for an endpoint.
      • setRegion

        public void setRegion​(String region)
        Sets the region string to be used when signing a request for an endpoint.
      • getService

        public String getService()
        Returns the service name string to be used when signing a request for an endpoint.
      • setService

        public void setService​(String service)
        Sets the service name string to be used when signing a request for an endpoint.