Uses of Class
software.amazon.awssdk.services.redshift.model.CreateHsmConfigurationRequest
-
Packages that use CreateHsmConfigurationRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of CreateHsmConfigurationRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type CreateHsmConfigurationRequest Modifier and Type Method Description default CompletableFuture<CreateHsmConfigurationResponse>RedshiftAsyncClient. createHsmConfiguration(CreateHsmConfigurationRequest createHsmConfigurationRequest)Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and use database encryption keys in a Hardware Security Module (HSM).default CreateHsmConfigurationResponseRedshiftClient. createHsmConfiguration(CreateHsmConfigurationRequest createHsmConfigurationRequest)Creates an HSM configuration that contains the information required by an Amazon Redshift cluster to store and use database encryption keys in a Hardware Security Module (HSM). -
Uses of CreateHsmConfigurationRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type CreateHsmConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestCreateHsmConfigurationRequestMarshaller. marshall(CreateHsmConfigurationRequest createHsmConfigurationRequest)
-