Package | Description |
---|---|
com.amazonaws.services.certificatemanager.model |
Modifier and Type | Method and Description |
---|---|
static RevocationReason |
RevocationReason.fromValue(String value)
Use this in place of valueOf.
|
static RevocationReason |
RevocationReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevocationReason[] |
RevocationReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CertificateDetail.setRevocationReason(RevocationReason revocationReason)
A
RevocationReason enumeration value that indicates why the
certificate was revoked. |
CertificateDetail |
CertificateDetail.withRevocationReason(RevocationReason revocationReason)
A
RevocationReason enumeration value that indicates why the
certificate was revoked. |
Copyright © 2018. All rights reserved.