public class AWSEBCredentials extends AbstractDescribableImpl<AWSEBCredentials> implements ModelObject
Modifier and Type | Class and Description |
---|---|
static class |
AWSEBCredentials.DescriptorImpl |
Modifier and Type | Field and Description |
---|---|
static AWSEBCredentials.DescriptorImpl |
DESCRIPTOR |
Constructor and Description |
---|
AWSEBCredentials(String name,
String awsAccessKeyId,
String awsSecretSharedKey) |
Modifier and Type | Method and Description |
---|---|
static void |
configureCredentials(Collection<AWSEBCredentials> toAdd) |
boolean |
equals(Object o) |
String |
getAwsAccessKeyId() |
com.amazonaws.auth.AWSCredentialsProvider |
getAwsCredentials() |
com.amazonaws.regions.Regions |
getAwsRegion() |
String |
getAwsSecretSharedKey() |
static Set<AWSEBCredentials> |
getCredentials() |
static AWSEBCredentials |
getCredentialsByString(String credentialsString) |
AWSEBCredentials.DescriptorImpl |
getDescriptor() |
String |
getDisplayName() |
String |
getName() |
int |
hashCode() |
String |
toString() |
@Extension public static final AWSEBCredentials.DescriptorImpl DESCRIPTOR
public String getName()
public String getAwsAccessKeyId()
public String getAwsSecretSharedKey()
public com.amazonaws.regions.Regions getAwsRegion()
public String getDisplayName()
getDisplayName
in interface ModelObject
public com.amazonaws.auth.AWSCredentialsProvider getAwsCredentials()
public static void configureCredentials(Collection<AWSEBCredentials> toAdd)
public static Set<AWSEBCredentials> getCredentials()
public static AWSEBCredentials getCredentialsByString(String credentialsString)
public AWSEBCredentials.DescriptorImpl getDescriptor()
getDescriptor
in interface Describable<AWSEBCredentials>
getDescriptor
in class AbstractDescribableImpl<AWSEBCredentials>
Copyright © 2014–2022. All rights reserved.