Package | Description |
---|---|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
ClusterParameterGroupStatus |
ClusterParameterGroupStatus.withParameterApplyStatus(String parameterApplyStatus)
The status of parameter updates.
|
ClusterParameterGroupStatus |
ClusterParameterGroupStatus.withParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
|
Modifier and Type | Method and Description |
---|---|
List<ClusterParameterGroupStatus> |
Cluster.getClusterParameterGroups()
The list of cluster parameter groups that are associated with this
cluster.
|
Modifier and Type | Method and Description |
---|---|
Cluster |
Cluster.withClusterParameterGroups(ClusterParameterGroupStatus... clusterParameterGroups)
The list of cluster parameter groups that are associated with this
cluster.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setClusterParameterGroups(Collection<ClusterParameterGroupStatus> clusterParameterGroups)
The list of cluster parameter groups that are associated with this
cluster.
|
Cluster |
Cluster.withClusterParameterGroups(Collection<ClusterParameterGroupStatus> clusterParameterGroups)
The list of cluster parameter groups that are associated with this
cluster.
|
Copyright © 2015. All rights reserved.