Uses of Interface
software.amazon.awssdk.services.kms.model.ImportKeyMaterialRequest.Builder
Packages that use ImportKeyMaterialRequest.Builder
Package
Description
-
Uses of ImportKeyMaterialRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type ImportKeyMaterialRequest.BuilderModifier and TypeMethodDescriptionKmsAsyncClient.importKeyMaterial(Consumer<ImportKeyMaterialRequest.Builder> importKeyMaterialRequest) Imports or reimports key material into an existing KMS key that was created without key material.default ImportKeyMaterialResponseKmsClient.importKeyMaterial(Consumer<ImportKeyMaterialRequest.Builder> importKeyMaterialRequest) Imports or reimports key material into an existing KMS key that was created without key material. -
Uses of ImportKeyMaterialRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return ImportKeyMaterialRequest.BuilderModifier and TypeMethodDescriptionImportKeyMaterialRequest.builder()ImportKeyMaterialRequest.Builder.encryptedKeyMaterial(SdkBytes encryptedKeyMaterial) The encrypted key material to import.ImportKeyMaterialRequest.Builder.expirationModel(String expirationModel) Specifies whether the key material expires.ImportKeyMaterialRequest.Builder.expirationModel(ExpirationModelType expirationModel) Specifies whether the key material expires.ImportKeyMaterialRequest.Builder.importToken(SdkBytes importToken) The import token that you received in the response to a previous GetParametersForImport request.ImportKeyMaterialRequest.Builder.importType(String importType) Indicates whether the key material being imported is previously associated with this KMS key or not.ImportKeyMaterialRequest.Builder.importType(ImportType importType) Indicates whether the key material being imported is previously associated with this KMS key or not.The identifier of the KMS key that will be associated with the imported key material.ImportKeyMaterialRequest.Builder.keyMaterialDescription(String keyMaterialDescription) Description for the key material being imported.ImportKeyMaterialRequest.Builder.keyMaterialId(String keyMaterialId) Identifies the key material being imported.ImportKeyMaterialRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ImportKeyMaterialRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ImportKeyMaterialRequest.toBuilder()The date and time when the imported key material expires.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type ImportKeyMaterialRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ImportKeyMaterialRequest.Builder>ImportKeyMaterialRequest.serializableBuilderClass()