Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsRedshiftClusterClusterParameterStatus
-
Packages that use AwsRedshiftClusterClusterParameterStatus Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRedshiftClusterClusterParameterStatus in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRedshiftClusterClusterParameterStatus Modifier and Type Method Description List<AwsRedshiftClusterClusterParameterStatus>AwsRedshiftClusterClusterParameterGroup. clusterParameterStatusList()The list of parameter statuses.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsRedshiftClusterClusterParameterStatus Modifier and Type Method Description AwsRedshiftClusterClusterParameterGroup.BuilderAwsRedshiftClusterClusterParameterGroup.Builder. clusterParameterStatusList(AwsRedshiftClusterClusterParameterStatus... clusterParameterStatusList)The list of parameter statuses.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRedshiftClusterClusterParameterStatus Modifier and Type Method Description AwsRedshiftClusterClusterParameterGroup.BuilderAwsRedshiftClusterClusterParameterGroup.Builder. clusterParameterStatusList(Collection<AwsRedshiftClusterClusterParameterStatus> clusterParameterStatusList)The list of parameter statuses.
-