Uses of Interface
software.amazon.awssdk.services.kms.model.GetParametersForImportRequest.Builder
Packages that use GetParametersForImportRequest.Builder
Package
Description
-
Uses of GetParametersForImportRequest.Builder in software.amazon.awssdk.services.kms
Method parameters in software.amazon.awssdk.services.kms with type arguments of type GetParametersForImportRequest.BuilderModifier and TypeMethodDescriptionKmsAsyncClient.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 GetParametersForImportResponseKmsClient.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. -
Uses of GetParametersForImportRequest.Builder in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return GetParametersForImportRequest.BuilderModifier and TypeMethodDescriptionGetParametersForImportRequest.builder()The identifier of the KMS key that will be associated with the imported key material.GetParametersForImportRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetParametersForImportRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetParametersForImportRequest.toBuilder()GetParametersForImportRequest.Builder.wrappingAlgorithm(String wrappingAlgorithm) The algorithm you will use with the RSA public key (PublicKey) in the response to protect your key material during import.GetParametersForImportRequest.Builder.wrappingAlgorithm(AlgorithmSpec wrappingAlgorithm) The algorithm you will use with the RSA public key (PublicKey) in the response to protect your key material during import.GetParametersForImportRequest.Builder.wrappingKeySpec(String wrappingKeySpec) The type of RSA public key to return in the response.GetParametersForImportRequest.Builder.wrappingKeySpec(WrappingKeySpec wrappingKeySpec) The type of RSA public key to return in the response.Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type GetParametersForImportRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetParametersForImportRequest.Builder>GetParametersForImportRequest.serializableBuilderClass()