Package software.amazon.awssdk.core
Interface SdkClient
- 
- All Superinterfaces:
- AutoCloseable,- SdkAutoCloseable
 
 @ThreadSafe public interface SdkClient extends SdkAutoCloseable All SDK service client interfaces should extend this interface.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default SdkServiceClientConfigurationserviceClientConfiguration()The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationStringserviceName()The name of the service.- 
Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseableclose
 
- 
 
- 
- 
- 
Method Detail- 
serviceNameString serviceName() The name of the service.- Returns:
- name for this service.
 
 - 
serviceClientConfigurationdefault SdkServiceClientConfiguration serviceClientConfiguration() The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Returns:
- SdkServiceClientConfiguration
 
 
- 
 
-