| Package | Description |
|---|---|
| com.amazonaws.services.kms |
|
| com.amazonaws.services.kms.model |
Classes modeling the various types represented by AWSKMS
|
| Modifier and Type | Method and Description |
|---|---|
void |
AWSKMS.createAlias(CreateAliasRequest createAliasRequest)
Creates a display name for a customer master key.
|
void |
AWSKMSClient.createAlias(CreateAliasRequest createAliasRequest)
Creates a display name for a customer master key.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAliasRequest |
CreateAliasRequest.withAliasName(String aliasName)
String that contains the display name.
|
CreateAliasRequest |
CreateAliasRequest.withTargetKeyId(String targetKeyId)
An identifier of the key for which you are creating the alias.
|
Copyright © 2017. All rights reserved.