Uses of Class
software.amazon.awssdk.services.kms.model.ImportKeyMaterialResponse
-
Packages that use ImportKeyMaterialResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of ImportKeyMaterialResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return ImportKeyMaterialResponse Modifier and Type Method Description default ImportKeyMaterialResponseKmsClient. importKeyMaterial(Consumer<ImportKeyMaterialRequest.Builder> importKeyMaterialRequest)Imports or reimports key material into an existing KMS key that was created without key material.default ImportKeyMaterialResponseKmsClient. importKeyMaterial(ImportKeyMaterialRequest importKeyMaterialRequest)Imports or reimports key material into an existing KMS key that was created without key material.Methods in software.amazon.awssdk.services.kms that return types with arguments of type ImportKeyMaterialResponse Modifier and Type Method Description default CompletableFuture<ImportKeyMaterialResponse>KmsAsyncClient. importKeyMaterial(Consumer<ImportKeyMaterialRequest.Builder> importKeyMaterialRequest)Imports or reimports key material into an existing KMS key that was created without key material.default CompletableFuture<ImportKeyMaterialResponse>KmsAsyncClient. importKeyMaterial(ImportKeyMaterialRequest importKeyMaterialRequest)Imports or reimports key material into an existing KMS key that was created without key material.
-