Uses of Interface
software.amazon.awssdk.services.kms.model.DeleteImportedKeyMaterialRequest.Builder
Packages that use DeleteImportedKeyMaterialRequest.Builder
Package
Description
-
Uses of DeleteImportedKeyMaterialRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type DeleteImportedKeyMaterialRequest.BuilderModifier and TypeMethodDescriptionKmsAsyncClient.deleteImportedKeyMaterial(Consumer<DeleteImportedKeyMaterialRequest.Builder> deleteImportedKeyMaterialRequest) Deletes key material that was previously imported.KmsClient.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.BuilderModifier and TypeMethodDescriptionDeleteImportedKeyMaterialRequest.builder()Identifies the KMS key from which you are deleting imported key material.DeleteImportedKeyMaterialRequest.Builder.keyMaterialId(String keyMaterialId) Identifies the imported key material you are deleting.DeleteImportedKeyMaterialRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteImportedKeyMaterialRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteImportedKeyMaterialRequest.toBuilder()Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type DeleteImportedKeyMaterialRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteImportedKeyMaterialRequest.Builder>DeleteImportedKeyMaterialRequest.serializableBuilderClass()