Class Messages
- java.lang.Object
-
- com.cloudbees.jenkins.plugins.awscredentials.Messages
-
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
-
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_AWSCredentialsImpl_CredentialsInValid(Object arg0)
KeyAWSCredentialsImpl.CredentialsInValid
:These credentials are NOT valid: "{0}"
.static org.jvnet.localizer.Localizable
_AWSCredentialsImpl_CredentialsValidWithAccessToNZones(Object arg0)
KeyAWSCredentialsImpl.CredentialsValidWithAccessToNZones
:These credentials are valid and have access to {0} availability zones
.static org.jvnet.localizer.Localizable
_AWSCredentialsImpl_CredentialsValidWithoutAccessToAwsServiceInZone(Object arg0, Object arg1, Object arg2)
KeyAWSCredentialsImpl.CredentialsValidWithoutAccessToAwsServiceInZone
:These credentials are valid but do not have access to the "{0}" service in the region "{1}". This message is not a problem if you need to access to other services or to other regions. Message: "{2}"
.static org.jvnet.localizer.Localizable
_AWSCredentialsImpl_DisplayName()
KeyAWSCredentialsImpl_DisplayName
:AWS Credentials
.static org.jvnet.localizer.Localizable
_AWSCredentialsImpl_NotAbleToAssumeRole()
KeyAWSCredentialsImpl.NotAbleToAssumeRole
:There was an error assuming the specified IAM role, a MFA may be required by your organization.
.static org.jvnet.localizer.Localizable
_AWSCredentialsImpl_SpecifyAccessKeyId()
KeyAWSCredentialsImpl.SpecifyAccessKeyId
:Please specify the Access Key ID
.static org.jvnet.localizer.Localizable
_AWSCredentialsImpl_SpecifyMFAToken()
KeyAWSCredentialsImpl.SpecifyMFAToken
:If the MFA Serial Number/ARN is specified, then a one time token is necessary to validate these credentials
.static org.jvnet.localizer.Localizable
_AWSCredentialsImpl_SpecifySecretAccessKey()
KeyAWSCredentialsImpl.SpecifySecretAccessKey
:Please specify the Secret Access Key
.static String
AWSCredentialsImpl_CredentialsInValid(Object arg0)
KeyAWSCredentialsImpl.CredentialsInValid
:These credentials are NOT valid: "{0}"
.static String
AWSCredentialsImpl_CredentialsValidWithAccessToNZones(Object arg0)
KeyAWSCredentialsImpl.CredentialsValidWithAccessToNZones
:These credentials are valid and have access to {0} availability zones
.static String
AWSCredentialsImpl_CredentialsValidWithoutAccessToAwsServiceInZone(Object arg0, Object arg1, Object arg2)
KeyAWSCredentialsImpl.CredentialsValidWithoutAccessToAwsServiceInZone
:These credentials are valid but do not have access to the "{0}" service in the region "{1}". This message is not a problem if you need to access to other services or to other regions. Message: "{2}"
.static String
AWSCredentialsImpl_DisplayName()
KeyAWSCredentialsImpl_DisplayName
:AWS Credentials
.static String
AWSCredentialsImpl_NotAbleToAssumeRole()
KeyAWSCredentialsImpl.NotAbleToAssumeRole
:There was an error assuming the specified IAM role, a MFA may be required by your organization.
.static String
AWSCredentialsImpl_SpecifyAccessKeyId()
KeyAWSCredentialsImpl.SpecifyAccessKeyId
:Please specify the Access Key ID
.static String
AWSCredentialsImpl_SpecifyMFAToken()
KeyAWSCredentialsImpl.SpecifyMFAToken
:If the MFA Serial Number/ARN is specified, then a one time token is necessary to validate these credentials
.static String
AWSCredentialsImpl_SpecifySecretAccessKey()
KeyAWSCredentialsImpl.SpecifySecretAccessKey
:Please specify the Secret Access Key
.
-
-
-
Method Detail
-
AWSCredentialsImpl_SpecifySecretAccessKey
public static String AWSCredentialsImpl_SpecifySecretAccessKey()
KeyAWSCredentialsImpl.SpecifySecretAccessKey
:Please specify the Secret Access Key
.- Returns:
Please specify the Secret Access Key
-
_AWSCredentialsImpl_SpecifySecretAccessKey
public static org.jvnet.localizer.Localizable _AWSCredentialsImpl_SpecifySecretAccessKey()
KeyAWSCredentialsImpl.SpecifySecretAccessKey
:Please specify the Secret Access Key
.- Returns:
Please specify the Secret Access Key
-
AWSCredentialsImpl_CredentialsValidWithoutAccessToAwsServiceInZone
public static String AWSCredentialsImpl_CredentialsValidWithoutAccessToAwsServiceInZone(Object arg0, Object arg1, Object arg2)
KeyAWSCredentialsImpl.CredentialsValidWithoutAccessToAwsServiceInZone
:These credentials are valid but do not have access to the "{0}" service in the region "{1}". This message is not a problem if you need to access to other services or to other regions. Message: "{2}"
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
These credentials are valid but do not have access to the "{0}" service in the region "{1}". This message is not a problem if you need to access to other services or to other regions. Message: "{2}"
-
_AWSCredentialsImpl_CredentialsValidWithoutAccessToAwsServiceInZone
public static org.jvnet.localizer.Localizable _AWSCredentialsImpl_CredentialsValidWithoutAccessToAwsServiceInZone(Object arg0, Object arg1, Object arg2)
KeyAWSCredentialsImpl.CredentialsValidWithoutAccessToAwsServiceInZone
:These credentials are valid but do not have access to the "{0}" service in the region "{1}". This message is not a problem if you need to access to other services or to other regions. Message: "{2}"
.- Parameters:
arg2
- 3rd format parameter,{2}
, asString.valueOf(Object)
.arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
These credentials are valid but do not have access to the "{0}" service in the region "{1}". This message is not a problem if you need to access to other services or to other regions. Message: "{2}"
-
AWSCredentialsImpl_CredentialsValidWithAccessToNZones
public static String AWSCredentialsImpl_CredentialsValidWithAccessToNZones(Object arg0)
KeyAWSCredentialsImpl.CredentialsValidWithAccessToNZones
:These credentials are valid and have access to {0} availability zones
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
These credentials are valid and have access to {0} availability zones
-
_AWSCredentialsImpl_CredentialsValidWithAccessToNZones
public static org.jvnet.localizer.Localizable _AWSCredentialsImpl_CredentialsValidWithAccessToNZones(Object arg0)
KeyAWSCredentialsImpl.CredentialsValidWithAccessToNZones
:These credentials are valid and have access to {0} availability zones
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
These credentials are valid and have access to {0} availability zones
-
AWSCredentialsImpl_SpecifyAccessKeyId
public static String AWSCredentialsImpl_SpecifyAccessKeyId()
KeyAWSCredentialsImpl.SpecifyAccessKeyId
:Please specify the Access Key ID
.- Returns:
Please specify the Access Key ID
-
_AWSCredentialsImpl_SpecifyAccessKeyId
public static org.jvnet.localizer.Localizable _AWSCredentialsImpl_SpecifyAccessKeyId()
KeyAWSCredentialsImpl.SpecifyAccessKeyId
:Please specify the Access Key ID
.- Returns:
Please specify the Access Key ID
-
AWSCredentialsImpl_CredentialsInValid
public static String AWSCredentialsImpl_CredentialsInValid(Object arg0)
KeyAWSCredentialsImpl.CredentialsInValid
:These credentials are NOT valid: "{0}"
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
These credentials are NOT valid: "{0}"
-
_AWSCredentialsImpl_CredentialsInValid
public static org.jvnet.localizer.Localizable _AWSCredentialsImpl_CredentialsInValid(Object arg0)
KeyAWSCredentialsImpl.CredentialsInValid
:These credentials are NOT valid: "{0}"
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
These credentials are NOT valid: "{0}"
-
AWSCredentialsImpl_NotAbleToAssumeRole
public static String AWSCredentialsImpl_NotAbleToAssumeRole()
KeyAWSCredentialsImpl.NotAbleToAssumeRole
:There was an error assuming the specified IAM role, a MFA may be required by your organization.
.- Returns:
There was an error assuming the specified IAM role, a MFA may be required by your organization.
-
_AWSCredentialsImpl_NotAbleToAssumeRole
public static org.jvnet.localizer.Localizable _AWSCredentialsImpl_NotAbleToAssumeRole()
KeyAWSCredentialsImpl.NotAbleToAssumeRole
:There was an error assuming the specified IAM role, a MFA may be required by your organization.
.- Returns:
There was an error assuming the specified IAM role, a MFA may be required by your organization.
-
AWSCredentialsImpl_SpecifyMFAToken
public static String AWSCredentialsImpl_SpecifyMFAToken()
KeyAWSCredentialsImpl.SpecifyMFAToken
:If the MFA Serial Number/ARN is specified, then a one time token is necessary to validate these credentials
.- Returns:
If the MFA Serial Number/ARN is specified, then a one time token is necessary to validate these credentials
-
_AWSCredentialsImpl_SpecifyMFAToken
public static org.jvnet.localizer.Localizable _AWSCredentialsImpl_SpecifyMFAToken()
KeyAWSCredentialsImpl.SpecifyMFAToken
:If the MFA Serial Number/ARN is specified, then a one time token is necessary to validate these credentials
.- Returns:
If the MFA Serial Number/ARN is specified, then a one time token is necessary to validate these credentials
-
AWSCredentialsImpl_DisplayName
public static String AWSCredentialsImpl_DisplayName()
KeyAWSCredentialsImpl_DisplayName
:AWS Credentials
.- Returns:
AWS Credentials
-
_AWSCredentialsImpl_DisplayName
public static org.jvnet.localizer.Localizable _AWSCredentialsImpl_DisplayName()
KeyAWSCredentialsImpl_DisplayName
:AWS Credentials
.- Returns:
AWS Credentials
-
-