| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateAliasResponse |
KmsClient.updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest)
Associates an existing AWS KMS alias with a different customer master key (CMK).
|
default UpdateAliasResponse |
KmsClient.updateAlias(UpdateAliasRequest updateAliasRequest)
Associates an existing AWS KMS alias with a different customer master key (CMK).
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateAliasResponse> |
KmsAsyncClient.updateAlias(Consumer<UpdateAliasRequest.Builder> updateAliasRequest)
Associates an existing AWS KMS alias with a different customer master key (CMK).
|
default CompletableFuture<UpdateAliasResponse> |
KmsAsyncClient.updateAlias(UpdateAliasRequest updateAliasRequest)
Associates an existing AWS KMS alias with a different customer master key (CMK).
|
Copyright © 2021. All rights reserved.