| Package | Description |
|---|---|
| software.amazon.awssdk.services.pcaconnectorad.model |
| Modifier and Type | Method and Description |
|---|---|
static KeyUsagePropertyType |
KeyUsagePropertyType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
KeyUsagePropertyType |
KeyUsageProperty.propertyType()
You can specify all key usages using property type ALL.
|
static KeyUsagePropertyType |
KeyUsagePropertyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyUsagePropertyType[] |
KeyUsagePropertyType.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<KeyUsagePropertyType> |
KeyUsagePropertyType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
static KeyUsageProperty |
KeyUsageProperty.fromPropertyType(KeyUsagePropertyType propertyType)
Create an instance of this class with
KeyUsageProperty.propertyTypeAsString() initialized to the given value. |
KeyUsageProperty.Builder |
KeyUsageProperty.Builder.propertyType(KeyUsagePropertyType propertyType)
You can specify all key usages using property type ALL.
|
Copyright © 2023. All rights reserved.