Package software.amazon.awssdk.awscore
Interface AwsClient
-
- All Superinterfaces:
AutoCloseable,SdkAutoCloseable,SdkClient
@ThreadSafe public interface AwsClient extends SdkClient
Interface for an AWS Client that extends SdkClient. All AWS service client interfaces should extend this interface.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default AwsServiceClientConfigurationserviceClientConfiguration()-
Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
close
-
Methods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
-
-
-
Method Detail
-
serviceClientConfiguration
default AwsServiceClientConfiguration serviceClientConfiguration()
- Specified by:
serviceClientConfigurationin interfaceSdkClient
-
-