| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
static StatusType |
StatusType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StatusType |
UpdateSshPublicKeyRequest.status()
The status to assign to the SSH public key.
|
StatusType |
ServiceSpecificCredentialMetadata.status()
The status of the service-specific credential.
|
StatusType |
SSHPublicKey.status()
The status of the SSH public key.
|
StatusType |
UpdateSigningCertificateRequest.status()
The status you want to assign to the certificate.
|
StatusType |
UpdateAccessKeyRequest.status()
The status you want to assign to the secret access key.
|
StatusType |
AccessKeyMetadata.status()
The status of the access key.
|
StatusType |
AccessKey.status()
The status of the access key.
|
StatusType |
ServiceSpecificCredential.status()
The status of the service-specific credential.
|
StatusType |
UpdateServiceSpecificCredentialRequest.status()
The status to be assigned to the service-specific credential.
|
StatusType |
SSHPublicKeyMetadata.status()
The status of the SSH public key.
|
StatusType |
SigningCertificate.status()
The status of the signing certificate.
|
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 |
|---|---|
static Set<StatusType> |
StatusType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSshPublicKeyRequest.Builder |
UpdateSshPublicKeyRequest.Builder.status(StatusType status)
The status to assign to the SSH public key.
|
ServiceSpecificCredentialMetadata.Builder |
ServiceSpecificCredentialMetadata.Builder.status(StatusType status)
The status of the service-specific credential.
|
SSHPublicKey.Builder |
SSHPublicKey.Builder.status(StatusType status)
The status of the SSH public key.
|
UpdateSigningCertificateRequest.Builder |
UpdateSigningCertificateRequest.Builder.status(StatusType status)
The status you want to assign to the certificate.
|
UpdateAccessKeyRequest.Builder |
UpdateAccessKeyRequest.Builder.status(StatusType status)
The status you want to assign to the secret access key.
|
AccessKeyMetadata.Builder |
AccessKeyMetadata.Builder.status(StatusType status)
The status of the access key.
|
AccessKey.Builder |
AccessKey.Builder.status(StatusType status)
The status of the access key.
|
ServiceSpecificCredential.Builder |
ServiceSpecificCredential.Builder.status(StatusType status)
The status of the service-specific credential.
|
UpdateServiceSpecificCredentialRequest.Builder |
UpdateServiceSpecificCredentialRequest.Builder.status(StatusType status)
The status to be assigned to the service-specific credential.
|
SSHPublicKeyMetadata.Builder |
SSHPublicKeyMetadata.Builder.status(StatusType status)
The status of the SSH public key.
|
SigningCertificate.Builder |
SigningCertificate.Builder.status(StatusType status)
The status of the signing certificate.
|
Copyright © 2023. All rights reserved.