| Package | Description |
|---|---|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyUsageType |
KeyUsageType.fromValue(String value)
Use this in place of valueOf.
|
static KeyUsageType |
KeyUsageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyUsageType[] |
KeyUsageType.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.setKeyUsage(KeyUsageType keyUsage)
The cryptographic operations for which you can use the key.
|
void |
CreateKeyRequest.setKeyUsage(KeyUsageType keyUsage)
Specifies the intended use of the key.
|
KeyMetadata |
KeyMetadata.withKeyUsage(KeyUsageType keyUsage)
The cryptographic operations for which you can use the key.
|
CreateKeyRequest |
CreateKeyRequest.withKeyUsage(KeyUsageType keyUsage)
Specifies the intended use of the key.
|
Copyright © 2015. All rights reserved.