Class DefaultEndpointAuthSchemeStrategyFactory
- java.lang.Object
-
- software.amazon.awssdk.services.pricing.endpoints.internal.DefaultEndpointAuthSchemeStrategyFactory
-
- All Implemented Interfaces:
Supplier<EndpointAuthSchemeStrategy>
,EndpointAuthSchemeStrategyFactory
public final class DefaultEndpointAuthSchemeStrategyFactory extends Object implements EndpointAuthSchemeStrategyFactory
-
-
Constructor Summary
Constructors Constructor Description DefaultEndpointAuthSchemeStrategyFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointAuthSchemeStrategy
endpointAuthSchemeStrategy()
-
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.services.pricing.endpoints.internal.EndpointAuthSchemeStrategyFactory
get
-
-
-
-
Method Detail
-
endpointAuthSchemeStrategy
public EndpointAuthSchemeStrategy endpointAuthSchemeStrategy()
- Specified by:
endpointAuthSchemeStrategy
in interfaceEndpointAuthSchemeStrategyFactory
-
-