Uses of Class
software.amazon.awssdk.services.redshift.model.HsmConfiguration
-
Packages that use HsmConfiguration Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of HsmConfiguration in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return HsmConfiguration Modifier and Type Method Description HsmConfigurationCreateHsmConfigurationResponse. hsmConfiguration()Returns the value of the HsmConfiguration property for this object.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type HsmConfiguration Modifier and Type Method Description List<HsmConfiguration>DescribeHsmConfigurationsResponse. hsmConfigurations()A list ofHsmConfigurationobjects.Methods in software.amazon.awssdk.services.redshift.model with parameters of type HsmConfiguration Modifier and Type Method Description CreateHsmConfigurationResponse.BuilderCreateHsmConfigurationResponse.Builder. hsmConfiguration(HsmConfiguration hsmConfiguration)Sets the value of the HsmConfiguration property for this object.DescribeHsmConfigurationsResponse.BuilderDescribeHsmConfigurationsResponse.Builder. hsmConfigurations(HsmConfiguration... hsmConfigurations)A list ofHsmConfigurationobjects.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type HsmConfiguration Modifier and Type Method Description DescribeHsmConfigurationsResponse.BuilderDescribeHsmConfigurationsResponse.Builder. hsmConfigurations(Collection<HsmConfiguration> hsmConfigurations)A list ofHsmConfigurationobjects. -
Uses of HsmConfiguration in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type HsmConfiguration Modifier and Type Method Description SdkIterable<HsmConfiguration>DescribeHsmConfigurationsIterable. hsmConfigurations()Returns an iterable to iterate through the paginatedDescribeHsmConfigurationsResponse.hsmConfigurations()member.SdkPublisher<HsmConfiguration>DescribeHsmConfigurationsPublisher. hsmConfigurations()Returns a publisher that can be used to get a stream of data.
-