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 Summary
All 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.SdkAutoCloseable
close
-
-
-
-
Method Detail
-
serviceName
String serviceName()
The name of the service.- Returns:
- name for this service.
-
serviceClientConfiguration
default SdkServiceClientConfiguration serviceClientConfiguration()
The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Returns:
- SdkServiceClientConfiguration
-
-