Package software.amazon.awssdk.core
Class SdkServiceClientConfiguration
java.lang.Object
software.amazon.awssdk.core.SdkServiceClientConfiguration
- Direct Known Subclasses:
 AwsServiceClientConfiguration
Class to expose SDK service client settings to the user, e.g., ClientOverrideConfiguration
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe base interface for all SDK service client configuration builders - 
Method Summary
 
- 
Method Details
- 
overrideConfiguration
- Returns:
 - The ClientOverrideConfiguration of the SdkClient. If this is not set, an ClientOverrideConfiguration object will still be returned, with empty fields
 
 - 
endpointOverride
- Returns:
 - The configured endpoint override of the SdkClient. If the endpoint was not overridden, an empty Optional will be returned
 
 - 
endpointProvider
- Returns:
 - The configured endpoint provider of the SdkClient. If the endpoint provider was not configured, the default endpoint provider will be returned.
 
 - 
authSchemes
- Returns:
 - The configured map of auth schemes.
 
 - 
equals
 - 
hashCode
public int hashCode() 
 -