Package overit.geocallapp.wfm.ai.config
Class ClientManagerSingleton
java.lang.Object
overit.geocallapp.wfm.ai.config.ClientManagerSingleton
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ClientManagerSingletongetInstance(String roleArn) software.amazon.awssdk.services.s3.S3Clientsoftware.amazon.awssdk.services.s3.presigner.S3PresignergetStrategy(String serviceName)
-
Method Details
-
getInstance
public static ClientManagerSingleton getInstance(String roleArn) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-
getS3Client
public software.amazon.awssdk.services.s3.S3Client getS3Client() throws DAValidateException, DAException- Throws:
DAValidateExceptionDAException
-
getS3Presigner
public software.amazon.awssdk.services.s3.presigner.S3Presigner getS3Presigner() throws DAValidateException, DAException- Throws:
DAValidateExceptionDAException
-
getStrategy
public AWSRestClientAuthStrategy getStrategy(String serviceName) throws DAValidateException, DAException - Throws:
DAValidateExceptionDAException
-