Uses of Class
software.amazon.awssdk.services.redshift.model.CreateHsmConfigurationResponse
-
Packages that use CreateHsmConfigurationResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of CreateHsmConfigurationResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return CreateHsmConfigurationResponse Modifier and Type Method Description default CreateHsmConfigurationResponseRedshiftClient. createHsmConfiguration(Consumer<CreateHsmConfigurationRequest.Builder> 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).Methods in software.amazon.awssdk.services.redshift that return types with arguments of type CreateHsmConfigurationResponse Modifier and Type Method Description default CompletableFuture<CreateHsmConfigurationResponse>RedshiftAsyncClient. createHsmConfiguration(Consumer<CreateHsmConfigurationRequest.Builder> 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 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).
-