| Package | Description |
|---|---|
| com.amazonaws.services.certificatemanager.model |
| Modifier and Type | Method and Description |
|---|---|
static ExtendedKeyUsageName |
ExtendedKeyUsageName.fromValue(String value)
Use this in place of valueOf.
|
static ExtendedKeyUsageName |
ExtendedKeyUsageName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedKeyUsageName[] |
ExtendedKeyUsageName.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.withExtendedKeyUsage(ExtendedKeyUsageName... extendedKeyUsage)
Specify one or more ExtendedKeyUsage extension values.
|
CertificateSummary |
CertificateSummary.withExtendedKeyUsages(ExtendedKeyUsageName... extendedKeyUsages)
Contains a list of Extended Key Usage X.509 v3 extension objects.
|
ExtendedKeyUsage |
ExtendedKeyUsage.withName(ExtendedKeyUsageName name)
The name of an Extended Key Usage value.
|
Copyright © 2022. All rights reserved.