Uses of Interface
software.amazon.awssdk.services.kms.model.DeleteImportedKeyMaterialRequest.Builder
-
Packages that use DeleteImportedKeyMaterialRequest.Builder Package Description software.amazon.awssdk.services.kms Key Management Service software.amazon.awssdk.services.kms.model -
-
Uses of DeleteImportedKeyMaterialRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type DeleteImportedKeyMaterialRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteImportedKeyMaterialResponse>KmsAsyncClient. deleteImportedKeyMaterial(Consumer<DeleteImportedKeyMaterialRequest.Builder> deleteImportedKeyMaterialRequest)Deletes key material that was previously imported.default DeleteImportedKeyMaterialResponseKmsClient. deleteImportedKeyMaterial(Consumer<DeleteImportedKeyMaterialRequest.Builder> deleteImportedKeyMaterialRequest)Deletes key material that was previously imported. -
Uses of DeleteImportedKeyMaterialRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return DeleteImportedKeyMaterialRequest.Builder Modifier and Type Method Description static DeleteImportedKeyMaterialRequest.BuilderDeleteImportedKeyMaterialRequest. builder()DeleteImportedKeyMaterialRequest.BuilderDeleteImportedKeyMaterialRequest.Builder. keyId(String keyId)Identifies the KMS key from which you are deleting imported key material.DeleteImportedKeyMaterialRequest.BuilderDeleteImportedKeyMaterialRequest.Builder. keyMaterialId(String keyMaterialId)Identifies the imported key material you are deleting.DeleteImportedKeyMaterialRequest.BuilderDeleteImportedKeyMaterialRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteImportedKeyMaterialRequest.BuilderDeleteImportedKeyMaterialRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteImportedKeyMaterialRequest.BuilderDeleteImportedKeyMaterialRequest. toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type DeleteImportedKeyMaterialRequest.Builder Modifier and Type Method Description static Class<? extends DeleteImportedKeyMaterialRequest.Builder>DeleteImportedKeyMaterialRequest. serializableBuilderClass()
-