| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
static OriginType |
OriginType.fromValue(String value)
Use this in place of valueOf.
|
static OriginType |
OriginType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OriginType[] |
OriginType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KeyMetadata.setOrigin(OriginType origin)
The source of the key material for the KMS key.
|
void |
CreateKeyRequest.setOrigin(OriginType origin)
The source of the key material for the KMS key.
|
KeyMetadata |
KeyMetadata.withOrigin(OriginType origin)
The source of the key material for the KMS key.
|
CreateKeyRequest |
CreateKeyRequest.withOrigin(OriginType origin)
The source of the key material for the KMS key.
|
Copyright © 2023. All rights reserved.