Class AwsAuthenticationProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String AUTH_TYPE_VALUE  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      HttpAuthentication build​(java.util.function.Function<java.lang.String,​java.lang.String> parameters)
      Build the implementation that provides authentication credentials using the given parameters.
      static HttpAuthentication create​(software.amazon.awssdk.regions.Region region)  
      static HttpAuthentication create​(software.amazon.awssdk.regions.Region region, java.lang.String profile)  
      java.lang.String getAuthTypeValue()
      The authentication type discriminator.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait