Class StaticResourcesEndpointProvider
- java.lang.Object
-
- software.amazon.awssdk.auth.credentials.internal.StaticResourcesEndpointProvider
-
- All Implemented Interfaces:
ResourcesEndpointProvider
public final class StaticResourcesEndpointProvider extends Object implements ResourcesEndpointProvider
-
-
Constructor Summary
Constructors Constructor Description StaticResourcesEndpointProvider(URI endpoint, Map<String,String> additionalHeaders)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URI
endpoint()
Map<String,String>
headers()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.regions.util.ResourcesEndpointProvider
retryPolicy
-
-
-
-
Method Detail
-
endpoint
public URI endpoint() throws IOException
- Specified by:
endpoint
in interfaceResourcesEndpointProvider
- Throws:
IOException
-
headers
public Map<String,String> headers()
- Specified by:
headers
in interfaceResourcesEndpointProvider
-
-