Uses of Class
com.amazonaws.services.identitymanagement.model.StatusType
-
Packages that use StatusType Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of StatusType in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return StatusType Modifier and Type Method 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.Methods in com.amazonaws.services.identitymanagement.model with parameters of type StatusType Modifier and Type Method Description void
AccessKey. setStatus(StatusType status)
The status of the access key.void
AccessKeyMetadata. setStatus(StatusType status)
The status of the access 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
SSHPublicKeyMetadata. setStatus(StatusType status)
The status of the SSH public key.void
UpdateAccessKeyRequest. setStatus(StatusType status)
The status you want to assign to the secret access 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.AccessKey
AccessKey. withStatus(StatusType status)
The status of the access key.AccessKeyMetadata
AccessKeyMetadata. withStatus(StatusType status)
The status of the access key.SigningCertificate
SigningCertificate. withStatus(StatusType status)
The status of the signing certificate.SSHPublicKey
SSHPublicKey. withStatus(StatusType status)
The status of the SSH public key.SSHPublicKeyMetadata
SSHPublicKeyMetadata. withStatus(StatusType status)
The status of the SSH public key.UpdateAccessKeyRequest
UpdateAccessKeyRequest. withStatus(StatusType status)
The status you want to assign to the secret access 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.Constructors in com.amazonaws.services.identitymanagement.model with parameters of type StatusType Constructor 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.
-