Uses of Class
com.amazonaws.services.redshift.model.DescribeHsmConfigurationsRequest
Packages that use DescribeHsmConfigurationsRequest
-
Uses of DescribeHsmConfigurationsRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type DescribeHsmConfigurationsRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.describeHsmConfigurations
(DescribeHsmConfigurationsRequest request) AmazonRedshift.describeHsmConfigurations
(DescribeHsmConfigurationsRequest describeHsmConfigurationsRequest) Returns information about the specified Amazon Redshift HSM configuration.AmazonRedshiftClient.describeHsmConfigurations
(DescribeHsmConfigurationsRequest describeHsmConfigurationsRequest) Returns information about the specified Amazon Redshift HSM configuration.AbstractAmazonRedshiftAsync.describeHsmConfigurationsAsync
(DescribeHsmConfigurationsRequest request) AbstractAmazonRedshiftAsync.describeHsmConfigurationsAsync
(DescribeHsmConfigurationsRequest request, AsyncHandler<DescribeHsmConfigurationsRequest, DescribeHsmConfigurationsResult> asyncHandler) AmazonRedshiftAsync.describeHsmConfigurationsAsync
(DescribeHsmConfigurationsRequest describeHsmConfigurationsRequest) Returns information about the specified Amazon Redshift HSM configuration.AmazonRedshiftAsync.describeHsmConfigurationsAsync
(DescribeHsmConfigurationsRequest describeHsmConfigurationsRequest, AsyncHandler<DescribeHsmConfigurationsRequest, DescribeHsmConfigurationsResult> asyncHandler) Returns information about the specified Amazon Redshift HSM configuration.AmazonRedshiftAsyncClient.describeHsmConfigurationsAsync
(DescribeHsmConfigurationsRequest request) AmazonRedshiftAsyncClient.describeHsmConfigurationsAsync
(DescribeHsmConfigurationsRequest request, AsyncHandler<DescribeHsmConfigurationsRequest, DescribeHsmConfigurationsResult> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type DescribeHsmConfigurationsRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.describeHsmConfigurationsAsync
(AsyncHandler<DescribeHsmConfigurationsRequest, DescribeHsmConfigurationsResult> asyncHandler) Simplified method form for invoking the DescribeHsmConfigurations operation with an AsyncHandler.AbstractAmazonRedshiftAsync.describeHsmConfigurationsAsync
(DescribeHsmConfigurationsRequest request, AsyncHandler<DescribeHsmConfigurationsRequest, DescribeHsmConfigurationsResult> asyncHandler) AmazonRedshiftAsync.describeHsmConfigurationsAsync
(AsyncHandler<DescribeHsmConfigurationsRequest, DescribeHsmConfigurationsResult> asyncHandler) Simplified method form for invoking the DescribeHsmConfigurations operation with an AsyncHandler.AmazonRedshiftAsync.describeHsmConfigurationsAsync
(DescribeHsmConfigurationsRequest describeHsmConfigurationsRequest, AsyncHandler<DescribeHsmConfigurationsRequest, DescribeHsmConfigurationsResult> asyncHandler) Returns information about the specified Amazon Redshift HSM configuration.AmazonRedshiftAsyncClient.describeHsmConfigurationsAsync
(AsyncHandler<DescribeHsmConfigurationsRequest, DescribeHsmConfigurationsResult> asyncHandler) Simplified method form for invoking the DescribeHsmConfigurations operation with an AsyncHandler.AmazonRedshiftAsyncClient.describeHsmConfigurationsAsync
(DescribeHsmConfigurationsRequest request, AsyncHandler<DescribeHsmConfigurationsRequest, DescribeHsmConfigurationsResult> asyncHandler) -
Uses of DescribeHsmConfigurationsRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return DescribeHsmConfigurationsRequestModifier and TypeMethodDescriptionDescribeHsmConfigurationsRequest.clone()
DescribeHsmConfigurationsRequest.withHsmConfigurationIdentifier
(String hsmConfigurationIdentifier) The identifier of a specific Amazon Redshift HSM configuration to be described.DescribeHsmConfigurationsRequest.withMarker
(String marker) An optional parameter that specifies the starting point to return a set of response records.DescribeHsmConfigurationsRequest.withMaxRecords
(Integer maxRecords) The maximum number of response records to return in each call.DescribeHsmConfigurationsRequest.withTagKeys
(String... tagKeys) A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys.DescribeHsmConfigurationsRequest.withTagKeys
(Collection<String> tagKeys) A tag key or keys for which you want to return all matching HSM configurations that are associated with the specified key or keys.DescribeHsmConfigurationsRequest.withTagValues
(String... tagValues) A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values.DescribeHsmConfigurationsRequest.withTagValues
(Collection<String> tagValues) A tag value or values for which you want to return all matching HSM configurations that are associated with the specified tag value or values.