| 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 |
AWSKMSClient.updateAlias(UpdateAliasRequest updateAliasRequest)
Associates an existing alias with a different customer master key (CMK).
|
void |
AWSKMS.updateAlias(UpdateAliasRequest updateAliasRequest)
Associates an existing alias with a different customer master key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAliasRequest |
UpdateAliasRequest.withAliasName(String aliasName)
String that contains the name of the alias to be modified.
|
UpdateAliasRequest |
UpdateAliasRequest.withTargetKeyId(String targetKeyId)
Unique identifier of the customer master key to be mapped to the alias.
|
Copyright © 2019. All rights reserved.