Uses of Class
software.amazon.awssdk.services.securityhub.model.AwsRedshiftClusterPendingModifiedValues
-
Packages that use AwsRedshiftClusterPendingModifiedValues Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of AwsRedshiftClusterPendingModifiedValues in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return AwsRedshiftClusterPendingModifiedValues Modifier and Type Method Description AwsRedshiftClusterPendingModifiedValuesAwsRedshiftClusterDetails. pendingModifiedValues()A list of changes to the cluster that are currently pending.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type AwsRedshiftClusterPendingModifiedValues Modifier and Type Method Description AwsRedshiftClusterDetails.BuilderAwsRedshiftClusterDetails.Builder. pendingModifiedValues(AwsRedshiftClusterPendingModifiedValues pendingModifiedValues)A list of changes to the cluster that are currently pending.
-