Uses of Class
software.amazon.awssdk.services.iam.model.StatusType
-
Packages that use StatusType Package Description software.amazon.awssdk.services.iam.model -
-
Uses of StatusType in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return StatusType Modifier and Type Method Description static StatusTypeStatusType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StatusTypeAccessKey. status()The status of the access key.StatusTypeAccessKeyMetadata. status()The status of the access key.StatusTypeServiceSpecificCredential. status()The status of the service-specific credential.StatusTypeServiceSpecificCredentialMetadata. status()The status of the service-specific credential.StatusTypeSigningCertificate. status()The status of the signing certificate.StatusTypeSSHPublicKey. status()The status of the SSH public key.StatusTypeSSHPublicKeyMetadata. status()The status of the SSH public key.StatusTypeUpdateAccessKeyRequest. status()The status you want to assign to the secret access key.StatusTypeUpdateServiceSpecificCredentialRequest. status()The status to be assigned to the service-specific credential.StatusTypeUpdateSigningCertificateRequest. status()The status you want to assign to the certificate.StatusTypeUpdateSshPublicKeyRequest. status()The status to assign to the SSH public key.static StatusTypeStatusType. 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 software.amazon.awssdk.services.iam.model that return types with arguments of type StatusType Modifier and Type Method Description static Set<StatusType>StatusType. knownValues()Methods in software.amazon.awssdk.services.iam.model with parameters of type StatusType Modifier and Type Method Description AccessKey.BuilderAccessKey.Builder. status(StatusType status)The status of the access key.AccessKeyMetadata.BuilderAccessKeyMetadata.Builder. status(StatusType status)The status of the access key.ServiceSpecificCredential.BuilderServiceSpecificCredential.Builder. status(StatusType status)The status of the service-specific credential.ServiceSpecificCredentialMetadata.BuilderServiceSpecificCredentialMetadata.Builder. status(StatusType status)The status of the service-specific credential.SigningCertificate.BuilderSigningCertificate.Builder. status(StatusType status)The status of the signing certificate.SSHPublicKey.BuilderSSHPublicKey.Builder. status(StatusType status)The status of the SSH public key.SSHPublicKeyMetadata.BuilderSSHPublicKeyMetadata.Builder. status(StatusType status)The status of the SSH public key.UpdateAccessKeyRequest.BuilderUpdateAccessKeyRequest.Builder. status(StatusType status)The status you want to assign to the secret access key.UpdateServiceSpecificCredentialRequest.BuilderUpdateServiceSpecificCredentialRequest.Builder. status(StatusType status)The status to be assigned to the service-specific credential.UpdateSigningCertificateRequest.BuilderUpdateSigningCertificateRequest.Builder. status(StatusType status)The status you want to assign to the certificate.UpdateSshPublicKeyRequest.BuilderUpdateSshPublicKeyRequest.Builder. status(StatusType status)The status to assign to the SSH public key.
-