Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsRedshiftClusterClusterParameterGroup
-
Packages that use AwsRedshiftClusterClusterParameterGroup Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRedshiftClusterClusterParameterGroup in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type AwsRedshiftClusterClusterParameterGroup Modifier and Type Method Description List<AwsRedshiftClusterClusterParameterGroup>AwsRedshiftClusterDetails. clusterParameterGroups()The list of cluster parameter groups that are associated with this cluster.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsRedshiftClusterClusterParameterGroup Modifier and Type Method Description AwsRedshiftClusterDetails.BuilderAwsRedshiftClusterDetails.Builder. clusterParameterGroups(AwsRedshiftClusterClusterParameterGroup... clusterParameterGroups)The list of cluster parameter groups that are associated with this cluster.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type AwsRedshiftClusterClusterParameterGroup Modifier and Type Method Description AwsRedshiftClusterDetails.BuilderAwsRedshiftClusterDetails.Builder. clusterParameterGroups(Collection<AwsRedshiftClusterClusterParameterGroup> clusterParameterGroups)The list of cluster parameter groups that are associated with this cluster.
-