Uses of Class
com.amazonaws.services.redshift.model.PendingModifiedValues
Packages that use PendingModifiedValues
-
Uses of PendingModifiedValues in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return PendingModifiedValuesModifier and TypeMethodDescriptionPendingModifiedValues.clone()Cluster.getPendingModifiedValues()If present, changes to the cluster are pending.PendingModifiedValues.withAutomatedSnapshotRetentionPeriod(Integer automatedSnapshotRetentionPeriod) The pending or in-progress change of the automated snapshot retention period.PendingModifiedValues.withClusterIdentifier(String clusterIdentifier) The pending or in-progress change of the new identifier for the cluster.PendingModifiedValues.withClusterType(String clusterType) The pending or in-progress change of the cluster type.PendingModifiedValues.withClusterVersion(String clusterVersion) The pending or in-progress change of the service version.PendingModifiedValues.withMasterUserPassword(String masterUserPassword) The pending or in-progress change of the master user password for the cluster.PendingModifiedValues.withNodeType(String nodeType) The pending or in-progress change of the cluster's node type.PendingModifiedValues.withNumberOfNodes(Integer numberOfNodes) The pending or in-progress change of the number of nodes in the cluster.PendingModifiedValues.withPubliclyAccessible(Boolean publiclyAccessible) The pending or in-progress change of the ability to connect to the cluster from the public network.Methods in com.amazonaws.services.redshift.model with parameters of type PendingModifiedValuesModifier and TypeMethodDescriptionvoidCluster.setPendingModifiedValues(PendingModifiedValues pendingModifiedValues) If present, changes to the cluster are pending.Cluster.withPendingModifiedValues(PendingModifiedValues pendingModifiedValues) If present, changes to the cluster are pending.