| Package | Description |
|---|---|
| com.amazonaws.services.certificatemanager.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyUsageName |
KeyUsageName.fromValue(String value)
Use this in place of valueOf.
|
static KeyUsageName |
KeyUsageName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyUsageName[] |
KeyUsageName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Filters |
Filters.withKeyUsage(KeyUsageName... keyUsage)
Specify one or more KeyUsage extension values.
|
CertificateSummary |
CertificateSummary.withKeyUsages(KeyUsageName... keyUsages)
A list of Key Usage X.509 v3 extension objects.
|
KeyUsage |
KeyUsage.withName(KeyUsageName name)
A string value that contains a Key Usage extension name.
|
Copyright © 2024. All rights reserved.