Class BaseAWSService
- java.lang.Object
-
- com.cloudbees.jenkins.plugins.amazonecs.aws.BaseAWSService
-
- Direct Known Subclasses:
ECSService
,EFSService
public abstract class BaseAWSService extends Object
-
-
Constructor Summary
Constructors Constructor Description BaseAWSService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.amazonaws.ClientConfiguration
createClientConfiguration()
protected com.cloudbees.jenkins.plugins.awscredentials.AmazonWebServicesCredentials
getCredentials(String credentialsId)
-
-
-
Method Detail
-
getCredentials
@CheckForNull protected com.cloudbees.jenkins.plugins.awscredentials.AmazonWebServicesCredentials getCredentials(@Nullable String credentialsId)
-
createClientConfiguration
protected com.amazonaws.ClientConfiguration createClientConfiguration()
-
-