| 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.updateAlias(UpdateAliasRequest updateAliasRequest)
Associates an existing AWS KMS alias with a different customer master key
(CMK).
|
void |
AWSKMSClient.updateAlias(UpdateAliasRequest updateAliasRequest)
Associates an existing AWS KMS alias with a different customer master key
(CMK).
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAliasRequest |
UpdateAliasRequest.withAliasName(String aliasName)
Identifies the alias that is changing its CMK.
|
UpdateAliasRequest |
UpdateAliasRequest.withTargetKeyId(String targetKeyId)
Identifies the CMK to associate with the alias.
|
Copyright © 2020. All rights reserved.