| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| Modifier and Type | Method and Description |
|---|---|
default GetParametersForImportResponse |
KmsClient.getParametersForImport(Consumer<GetParametersForImportRequest.Builder> getParametersForImportRequest)
Returns the public key and an import token you need to import or reimport key material for a KMS key.
|
default GetParametersForImportResponse |
KmsClient.getParametersForImport(GetParametersForImportRequest getParametersForImportRequest)
Returns the public key and an import token you need to import or reimport key material for a KMS key.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetParametersForImportResponse> |
KmsAsyncClient.getParametersForImport(Consumer<GetParametersForImportRequest.Builder> getParametersForImportRequest)
Returns the public key and an import token you need to import or reimport key material for a KMS key.
|
default CompletableFuture<GetParametersForImportResponse> |
KmsAsyncClient.getParametersForImport(GetParametersForImportRequest getParametersForImportRequest)
Returns the public key and an import token you need to import or reimport key material for a KMS key.
|
Copyright © 2023. All rights reserved.