| 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)
Specifies the name of the alias to change.
|
UpdateAliasRequest |
UpdateAliasRequest.withTargetKeyId(String targetKeyId)
Unique identifier of the customer master key (CMK) to be mapped to the
alias.
|
Copyright © 2019. All rights reserved.