| Package | Description |
|---|---|
| com.amazonaws.services.redshift |
Synchronous and asynchronous client classes for accessing AmazonRedshift.
|
| com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyClusterParameterGroupResult |
AmazonRedshiftClient.modifyClusterParameterGroup(ModifyClusterParameterGroupRequest modifyClusterParameterGroupRequest)
Modifies the parameters of a parameter group.
|
ModifyClusterParameterGroupResult |
AmazonRedshift.modifyClusterParameterGroup(ModifyClusterParameterGroupRequest modifyClusterParameterGroupRequest)
Modifies the parameters of a parameter group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ModifyClusterParameterGroupResult> |
AmazonRedshiftAsyncClient.modifyClusterParameterGroupAsync(ModifyClusterParameterGroupRequest modifyClusterParameterGroupRequest,
AsyncHandler<ModifyClusterParameterGroupRequest,ModifyClusterParameterGroupResult> asyncHandler)
Modifies the parameters of a parameter group.
|
Future<ModifyClusterParameterGroupResult> |
AmazonRedshiftAsync.modifyClusterParameterGroupAsync(ModifyClusterParameterGroupRequest modifyClusterParameterGroupRequest,
AsyncHandler<ModifyClusterParameterGroupRequest,ModifyClusterParameterGroupResult> asyncHandler)
Modifies the parameters of a parameter group.
|
| Modifier and Type | Method and Description |
|---|---|
ModifyClusterParameterGroupResult |
ModifyClusterParameterGroupResult.clone() |
ModifyClusterParameterGroupResult |
ModifyClusterParameterGroupResult.withParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
|
ModifyClusterParameterGroupResult |
ModifyClusterParameterGroupResult.withParameterGroupStatus(String parameterGroupStatus)
The status of the parameter group.
|
Copyright © 2015. All rights reserved.