Class S3EndpointAuthSchemeStrategyFactory
java.lang.Object
software.amazon.awssdk.services.s3.endpoints.internal.S3EndpointAuthSchemeStrategyFactory
- All Implemented Interfaces:
- Supplier<EndpointAuthSchemeStrategy>,- EndpointAuthSchemeStrategyFactory
@SdkInternalApi
public final class S3EndpointAuthSchemeStrategyFactory
extends Object
implements EndpointAuthSchemeStrategyFactory
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.services.s3.endpoints.internal.EndpointAuthSchemeStrategyFactoryget
- 
Field Details- 
SIGNING_NAME_ID- See Also:
 
- 
SIGNING_REGION_SET_ID- See Also:
 
- 
DISABLE_DOUBLE_ENCODING_ID- See Also:
 
- 
SIGNING_REGION_ID- See Also:
 
 
- 
- 
Constructor Details- 
S3EndpointAuthSchemeStrategyFactorypublic S3EndpointAuthSchemeStrategyFactory()
 
- 
- 
Method Details- 
endpointAuthSchemeStrategy- Specified by:
- endpointAuthSchemeStrategyin interface- EndpointAuthSchemeStrategyFactory
 
 
-