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 |
---|---|
Future<ModifyClusterParameterGroupResult> |
AmazonRedshiftAsync.modifyClusterParameterGroupAsync(ModifyClusterParameterGroupRequest modifyClusterParameterGroupRequest,
AsyncHandler<ModifyClusterParameterGroupRequest,ModifyClusterParameterGroupResult> asyncHandler)
Modifies the parameters of a parameter group.
|
Future<ModifyClusterParameterGroupResult> |
AmazonRedshiftAsyncClient.modifyClusterParameterGroupAsync(ModifyClusterParameterGroupRequest modifyClusterParameterGroupRequest,
AsyncHandler<ModifyClusterParameterGroupRequest,ModifyClusterParameterGroupResult> asyncHandler)
Modifies the parameters of a parameter group.
|
Modifier and Type | Method and Description |
---|---|
ModifyClusterParameterGroupRequest |
ModifyClusterParameterGroupRequest.withParameterGroupName(String parameterGroupName)
The name of the parameter group to be modified.
|
ModifyClusterParameterGroupRequest |
ModifyClusterParameterGroupRequest.withParameters(Collection<Parameter> parameters)
An array of parameters to be modified.
|
ModifyClusterParameterGroupRequest |
ModifyClusterParameterGroupRequest.withParameters(Parameter... parameters)
An array of parameters to be modified.
|
Copyright © 2014. All rights reserved.