Uses of Class
com.amazonaws.services.redshift.model.ModifyClusterParameterGroupResult

Packages that use ModifyClusterParameterGroupResult
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. 
 

Uses of ModifyClusterParameterGroupResult in com.amazonaws.services.redshift
 

Methods in com.amazonaws.services.redshift that return ModifyClusterParameterGroupResult
 ModifyClusterParameterGroupResult AmazonRedshiftClient.modifyClusterParameterGroup(ModifyClusterParameterGroupRequest modifyClusterParameterGroupRequest)
           Modifies the parameters of a parameter group.
 ModifyClusterParameterGroupResult AmazonRedshift.modifyClusterParameterGroup(ModifyClusterParameterGroupRequest modifyClusterParameterGroupRequest)
           Modifies the parameters of a parameter group.
 

Methods in com.amazonaws.services.redshift that return types with arguments of type ModifyClusterParameterGroupResult
 Future<ModifyClusterParameterGroupResult> AmazonRedshiftAsyncClient.modifyClusterParameterGroupAsync(ModifyClusterParameterGroupRequest modifyClusterParameterGroupRequest)
           Modifies the parameters of a parameter group.
 Future<ModifyClusterParameterGroupResult> AmazonRedshiftAsync.modifyClusterParameterGroupAsync(ModifyClusterParameterGroupRequest modifyClusterParameterGroupRequest)
           Modifies the parameters of a parameter group.
 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.
 

Method parameters in com.amazonaws.services.redshift with type arguments of type ModifyClusterParameterGroupResult
 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.
 

Uses of ModifyClusterParameterGroupResult in com.amazonaws.services.redshift.model
 

Methods in com.amazonaws.services.redshift.model that return ModifyClusterParameterGroupResult
 ModifyClusterParameterGroupResult ModifyClusterParameterGroupResult.withParameterGroupName(String parameterGroupName)
          The name of the cluster parameter group.
 ModifyClusterParameterGroupResult ModifyClusterParameterGroupResult.withParameterGroupStatus(String parameterGroupStatus)
          The status of the parameter group.
 



Copyright © 2016. All rights reserved.