Package software.amazon.awssdk.core
Interface SdkClient
- All Superinterfaces:
AutoCloseable,SdkAutoCloseable
All SDK service client interfaces should extend this interface.
-
Method Summary
Modifier and TypeMethodDescriptiondefault SdkServiceClientConfigurationThe SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationThe name of the service.Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
-
Method Details
-
serviceName
String serviceName()The name of the service.- Returns:
- name for this service.
-
serviceClientConfiguration
The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Returns:
- SdkServiceClientConfiguration
-