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 StatusTypeUse this in place of valueOf.static StatusTypeReturns 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 TypeMethodDescriptionvoidAccessKey.setStatus(StatusType status) The status of the access key.voidAccessKeyMetadata.setStatus(StatusType status) The status of the access key.voidSigningCertificate.setStatus(StatusType status) The status of the signing certificate.voidSSHPublicKey.setStatus(StatusType status) The status of the SSH public key.voidSSHPublicKeyMetadata.setStatus(StatusType status) The status of the SSH public key.voidUpdateAccessKeyRequest.setStatus(StatusType status) The status you want to assign to the secret access key.voidUpdateSigningCertificateRequest.setStatus(StatusType status) The status you want to assign to the certificate.voidUpdateSSHPublicKeyRequest.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.