Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and Description |
---|---|
static StatusType |
StatusType.fromValue(String value)
Use this in place of valueOf.
|
static StatusType |
StatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusType[] |
StatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessKey.setStatus(StatusType status)
The status of the access key.
|
void |
UpdateAccessKeyRequest.setStatus(StatusType status)
The status you want to assign to the secret access key.
|
void |
SSHPublicKeyMetadata.setStatus(StatusType status)
The status of the SSH public key.
|
void |
SigningCertificate.setStatus(StatusType status)
The status of the signing certificate.
|
void |
SSHPublicKey.setStatus(StatusType status)
The status of the SSH public key.
|
void |
UpdateSigningCertificateRequest.setStatus(StatusType status)
The status you want to assign to the certificate.
|
void |
UpdateSSHPublicKeyRequest.setStatus(StatusType status)
The status to assign to the SSH public key.
|
void |
AccessKeyMetadata.setStatus(StatusType status)
The status of the access key.
|
AccessKey |
AccessKey.withStatus(StatusType status)
The status of the access key.
|
UpdateAccessKeyRequest |
UpdateAccessKeyRequest.withStatus(StatusType status)
The status you want to assign to the secret access key.
|
SSHPublicKeyMetadata |
SSHPublicKeyMetadata.withStatus(StatusType status)
The status of the SSH public key.
|
SigningCertificate |
SigningCertificate.withStatus(StatusType status)
The status of the signing certificate.
|
SSHPublicKey |
SSHPublicKey.withStatus(StatusType status)
The status of the SSH public key.
|
UpdateSigningCertificateRequest |
UpdateSigningCertificateRequest.withStatus(StatusType status)
The status you want to assign to the certificate.
|
UpdateSSHPublicKeyRequest |
UpdateSSHPublicKeyRequest.withStatus(StatusType status)
The status to assign to the SSH public key.
|
AccessKeyMetadata |
AccessKeyMetadata.withStatus(StatusType status)
The status of the access key.
|
Constructor and Description |
---|
AccessKey(String userName,
String accessKeyId,
StatusType status,
String secretAccessKey)
Constructs a new AccessKey object.
|
SigningCertificate(String userName,
String certificateId,
String certificateBody,
StatusType status)
Constructs a new SigningCertificate object.
|
UpdateAccessKeyRequest(String accessKeyId,
StatusType status)
Constructs a new UpdateAccessKeyRequest object.
|
UpdateAccessKeyRequest(String userName,
String accessKeyId,
StatusType status)
Constructs a new UpdateAccessKeyRequest object.
|
UpdateSigningCertificateRequest(String certificateId,
StatusType status)
Constructs a new UpdateSigningCertificateRequest object.
|
Copyright © 2018. All rights reserved.