Uses of Class
com.amazonaws.services.redshift.model.HsmConfiguration
-
Packages that use HsmConfiguration Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of HsmConfiguration in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return HsmConfiguration Modifier and Type Method Description HsmConfigurationAbstractAmazonRedshift. createHsmConfiguration(CreateHsmConfigurationRequest request)HsmConfigurationAmazonRedshift. 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).HsmConfigurationAmazonRedshiftClient. 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 HsmConfiguration Modifier and Type Method Description Future<HsmConfiguration>AbstractAmazonRedshiftAsync. createHsmConfigurationAsync(CreateHsmConfigurationRequest request)Future<HsmConfiguration>AbstractAmazonRedshiftAsync. createHsmConfigurationAsync(CreateHsmConfigurationRequest request, AsyncHandler<CreateHsmConfigurationRequest,HsmConfiguration> asyncHandler)Future<HsmConfiguration>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).Future<HsmConfiguration>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).Future<HsmConfiguration>AmazonRedshiftAsyncClient. createHsmConfigurationAsync(CreateHsmConfigurationRequest request)Future<HsmConfiguration>AmazonRedshiftAsyncClient. createHsmConfigurationAsync(CreateHsmConfigurationRequest request, AsyncHandler<CreateHsmConfigurationRequest,HsmConfiguration> asyncHandler)Method parameters in com.amazonaws.services.redshift with type arguments of type HsmConfiguration Modifier and Type Method Description Future<HsmConfiguration>AbstractAmazonRedshiftAsync. createHsmConfigurationAsync(CreateHsmConfigurationRequest request, AsyncHandler<CreateHsmConfigurationRequest,HsmConfiguration> asyncHandler)Future<HsmConfiguration>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).Future<HsmConfiguration>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 HsmConfiguration Modifier and Type Method Description HsmConfigurationHsmConfiguration. clone()HsmConfigurationHsmConfiguration. withDescription(String description)A text description of the HSM configuration.HsmConfigurationHsmConfiguration. withHsmConfigurationIdentifier(String hsmConfigurationIdentifier)The name of the Amazon Redshift HSM configuration.HsmConfigurationHsmConfiguration. withHsmIpAddress(String hsmIpAddress)The IP address that the Amazon Redshift cluster must use to access the HSM.HsmConfigurationHsmConfiguration. withHsmPartitionName(String hsmPartitionName)The name of the partition in the HSM where the Amazon Redshift clusters will store their database encryption keys.HsmConfigurationHsmConfiguration. withTags(Tag... tags)The list of tags for the HSM configuration.HsmConfigurationHsmConfiguration. 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 HsmConfiguration Modifier and Type Method Description List<HsmConfiguration>DescribeHsmConfigurationsResult. getHsmConfigurations()A list ofHsmConfigurationobjects.Methods in com.amazonaws.services.redshift.model with parameters of type HsmConfiguration Modifier and Type Method Description DescribeHsmConfigurationsResultDescribeHsmConfigurationsResult. withHsmConfigurations(HsmConfiguration... hsmConfigurations)A list ofHsmConfigurationobjects.Method parameters in com.amazonaws.services.redshift.model with type arguments of type HsmConfiguration Modifier and Type Method Description voidDescribeHsmConfigurationsResult. setHsmConfigurations(Collection<HsmConfiguration> hsmConfigurations)A list ofHsmConfigurationobjects.DescribeHsmConfigurationsResultDescribeHsmConfigurationsResult. withHsmConfigurations(Collection<HsmConfiguration> hsmConfigurations)A list ofHsmConfigurationobjects.
-