Uses of Enum
com.amazonaws.services.identitymanagement.model.StatusType
Packages that use StatusType
-
Uses of StatusType in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return StatusTypeModifier and TypeMethodDescriptionstatic StatusType
Use this in place of valueOf.static StatusType
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 StatusTypeModifier and TypeMethodDescriptionvoid
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.withStatus
(StatusType status) The status of the access key.AccessKeyMetadata.withStatus
(StatusType status) The status of the access key.SigningCertificate.withStatus
(StatusType status) The status of the signing certificate.SSHPublicKey.withStatus
(StatusType status) The status of the SSH public key.SSHPublicKeyMetadata.withStatus
(StatusType status) The status of the SSH public key.UpdateAccessKeyRequest.withStatus
(StatusType status) The status you want to assign to the secret access key.UpdateSigningCertificateRequest.withStatus
(StatusType status) The status you want to assign to the certificate.UpdateSSHPublicKeyRequest.withStatus
(StatusType status) The status to assign to the SSH public key.Constructors in com.amazonaws.services.identitymanagement.model with parameters of type StatusTypeModifierConstructorDescriptionAccessKey
(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.