| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| Modifier and Type | Method and Description |
|---|---|
default ImportKeyMaterialResponse |
KmsClient.importKeyMaterial(Consumer<ImportKeyMaterialRequest.Builder> importKeyMaterialRequest)
Imports key material into an existing symmetric AWS KMS customer master key (CMK) that was created without key
material.
|
default ImportKeyMaterialResponse |
KmsClient.importKeyMaterial(ImportKeyMaterialRequest importKeyMaterialRequest)
Imports key material into an existing symmetric AWS KMS customer master key (CMK) that was created without key
material.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ImportKeyMaterialResponse> |
KmsAsyncClient.importKeyMaterial(Consumer<ImportKeyMaterialRequest.Builder> importKeyMaterialRequest)
Imports key material into an existing symmetric AWS KMS customer master key (CMK) that was created without key
material.
|
default CompletableFuture<ImportKeyMaterialResponse> |
KmsAsyncClient.importKeyMaterial(ImportKeyMaterialRequest importKeyMaterialRequest)
Imports key material into an existing symmetric AWS KMS customer master key (CMK) that was created without key
material.
|
Copyright © 2021. All rights reserved.