| Package | Description |
|---|---|
| software.amazon.awssdk.services.kms |
|
| software.amazon.awssdk.services.kms.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteImportedKeyMaterialResponse |
KmsClient.deleteImportedKeyMaterial(Consumer<DeleteImportedKeyMaterialRequest.Builder> deleteImportedKeyMaterialRequest)
Deletes key material that was previously imported.
|
default CompletableFuture<DeleteImportedKeyMaterialResponse> |
KmsAsyncClient.deleteImportedKeyMaterial(Consumer<DeleteImportedKeyMaterialRequest.Builder> deleteImportedKeyMaterialRequest)
Deletes key material that was previously imported.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteImportedKeyMaterialRequest.Builder |
DeleteImportedKeyMaterialRequest.builder() |
DeleteImportedKeyMaterialRequest.Builder |
DeleteImportedKeyMaterialRequest.Builder.keyId(String keyId)
Identifies the KMS key from which you are deleting imported key material.
|
DeleteImportedKeyMaterialRequest.Builder |
DeleteImportedKeyMaterialRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteImportedKeyMaterialRequest.Builder |
DeleteImportedKeyMaterialRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteImportedKeyMaterialRequest.Builder |
DeleteImportedKeyMaterialRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteImportedKeyMaterialRequest.Builder> |
DeleteImportedKeyMaterialRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.