Uses of Class
com.amazonaws.services.redshift.model.HsmConfiguration
Packages that use HsmConfiguration
-
Uses of HsmConfiguration in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return HsmConfigurationModifier and TypeMethodDescriptionAbstractAmazonRedshift.createHsmConfiguration
(CreateHsmConfigurationRequest request) AmazonRedshift.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).AmazonRedshiftClient.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 com.amazonaws.services.redshift that return types with arguments of type HsmConfigurationModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.createHsmConfigurationAsync
(CreateHsmConfigurationRequest request) AbstractAmazonRedshiftAsync.createHsmConfigurationAsync
(CreateHsmConfigurationRequest request, AsyncHandler<CreateHsmConfigurationRequest, HsmConfiguration> asyncHandler) AmazonRedshiftAsync.createHsmConfigurationAsync
(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).AmazonRedshiftAsync.createHsmConfigurationAsync
(CreateHsmConfigurationRequest createHsmConfigurationRequest, AsyncHandler<CreateHsmConfigurationRequest, HsmConfiguration> asyncHandler) 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).AmazonRedshiftAsyncClient.createHsmConfigurationAsync
(CreateHsmConfigurationRequest request) AmazonRedshiftAsyncClient.createHsmConfigurationAsync
(CreateHsmConfigurationRequest request, AsyncHandler<CreateHsmConfigurationRequest, HsmConfiguration> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type HsmConfigurationModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.createHsmConfigurationAsync
(CreateHsmConfigurationRequest request, AsyncHandler<CreateHsmConfigurationRequest, HsmConfiguration> asyncHandler) AmazonRedshiftAsync.createHsmConfigurationAsync
(CreateHsmConfigurationRequest createHsmConfigurationRequest, AsyncHandler<CreateHsmConfigurationRequest, HsmConfiguration> asyncHandler) 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).AmazonRedshiftAsyncClient.createHsmConfigurationAsync
(CreateHsmConfigurationRequest request, AsyncHandler<CreateHsmConfigurationRequest, HsmConfiguration> asyncHandler) -
Uses of HsmConfiguration in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return HsmConfigurationModifier and TypeMethodDescriptionHsmConfiguration.clone()
HsmConfiguration.withDescription
(String description) A text description of the HSM configuration.HsmConfiguration.withHsmConfigurationIdentifier
(String hsmConfigurationIdentifier) The name of the Amazon Redshift HSM configuration.HsmConfiguration.withHsmIpAddress
(String hsmIpAddress) The IP address that the Amazon Redshift cluster must use to access the HSM.HsmConfiguration.withHsmPartitionName
(String hsmPartitionName) The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.The list of tags for the HSM configuration.HsmConfiguration.withTags
(Collection<Tag> tags) The list of tags for the HSM configuration.Methods in com.amazonaws.services.redshift.model that return types with arguments of type HsmConfigurationModifier and TypeMethodDescriptionDescribeHsmConfigurationsResult.getHsmConfigurations()
A list ofHsmConfiguration
objects.Methods in com.amazonaws.services.redshift.model with parameters of type HsmConfigurationModifier and TypeMethodDescriptionDescribeHsmConfigurationsResult.withHsmConfigurations
(HsmConfiguration... hsmConfigurations) A list ofHsmConfiguration
objects.Method parameters in com.amazonaws.services.redshift.model with type arguments of type HsmConfigurationModifier and TypeMethodDescriptionvoid
DescribeHsmConfigurationsResult.setHsmConfigurations
(Collection<HsmConfiguration> hsmConfigurations) A list ofHsmConfiguration
objects.DescribeHsmConfigurationsResult.withHsmConfigurations
(Collection<HsmConfiguration> hsmConfigurations) A list ofHsmConfiguration
objects.