public class AWSClients extends Object
| Modifier and Type | Field and Description |
|---|---|
com.amazonaws.services.codedeploy.AmazonCodeDeployClient |
codedeploy |
com.amazonaws.services.s3.AmazonS3Client |
s3 |
| Constructor and Description |
|---|
AWSClients(String region,
String iamRole,
String externalId) |
| Modifier and Type | Method and Description |
|---|---|
static String |
getAccountId()
Via the default provider chain (i.e., global keys for this Jenkins instance), return the account ID for the
currently authenticated user.
|
void |
testConnection(String s3bucket,
String codeDeployApplication) |
public com.amazonaws.services.codedeploy.AmazonCodeDeployClient codedeploy
public com.amazonaws.services.s3.AmazonS3Client s3
public static String getAccountId()
Copyright © 2004-2014. All Rights Reserved.