Uses of Class
software.amazon.awssdk.services.kms.model.DeleteImportedKeyMaterialResponse
-
Packages that use DeleteImportedKeyMaterialResponse Package Description software.amazon.awssdk.services.kms Key Management Service -
-
Uses of DeleteImportedKeyMaterialResponse in software.amazon.awssdk.services.kms
Methods in software.amazon.awssdk.services.kms that return DeleteImportedKeyMaterialResponse Modifier and Type Method Description default DeleteImportedKeyMaterialResponseKmsClient. deleteImportedKeyMaterial(Consumer<DeleteImportedKeyMaterialRequest.Builder> deleteImportedKeyMaterialRequest)Deletes key material that was previously imported.default DeleteImportedKeyMaterialResponseKmsClient. deleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest deleteImportedKeyMaterialRequest)Deletes key material that was previously imported.Methods in software.amazon.awssdk.services.kms that return types with arguments of type DeleteImportedKeyMaterialResponse Modifier and Type Method Description default CompletableFuture<DeleteImportedKeyMaterialResponse>KmsAsyncClient. deleteImportedKeyMaterial(Consumer<DeleteImportedKeyMaterialRequest.Builder> deleteImportedKeyMaterialRequest)Deletes key material that was previously imported.default CompletableFuture<DeleteImportedKeyMaterialResponse>KmsAsyncClient. deleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest deleteImportedKeyMaterialRequest)Deletes key material that was previously imported.
-