| Package | Description |
|---|---|
| software.amazon.awssdk.services.acmpca.model |
| Modifier and Type | Method and Description |
|---|---|
ExtendedKeyUsageType |
ExtendedKeyUsage.extendedKeyUsageType()
Specifies a standard
ExtendedKeyUsage as defined as in RFC 5280. |
static ExtendedKeyUsageType |
ExtendedKeyUsageType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ExtendedKeyUsageType |
ExtendedKeyUsageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExtendedKeyUsageType[] |
ExtendedKeyUsageType.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<ExtendedKeyUsageType> |
ExtendedKeyUsageType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ExtendedKeyUsage.Builder |
ExtendedKeyUsage.Builder.extendedKeyUsageType(ExtendedKeyUsageType extendedKeyUsageType)
Specifies a standard
ExtendedKeyUsage as defined as in RFC 5280. |
Copyright © 2023. All rights reserved.