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

Packages that use ClusterParameterGroup
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 ClusterParameterGroup in com.amazonaws.services.redshift
 

Methods in com.amazonaws.services.redshift that return ClusterParameterGroup
 ClusterParameterGroup AmazonRedshiftClient.createClusterParameterGroup(CreateClusterParameterGroupRequest createClusterParameterGroupRequest)
           Creates an Amazon Redshift parameter group.
 ClusterParameterGroup AmazonRedshift.createClusterParameterGroup(CreateClusterParameterGroupRequest createClusterParameterGroupRequest)
           Creates an Amazon Redshift parameter group.
 

Methods in com.amazonaws.services.redshift that return types with arguments of type ClusterParameterGroup
 Future<ClusterParameterGroup> AmazonRedshiftAsyncClient.createClusterParameterGroupAsync(CreateClusterParameterGroupRequest createClusterParameterGroupRequest)
           Creates an Amazon Redshift parameter group.
 Future<ClusterParameterGroup> AmazonRedshiftAsync.createClusterParameterGroupAsync(CreateClusterParameterGroupRequest createClusterParameterGroupRequest)
           Creates an Amazon Redshift parameter group.
 Future<ClusterParameterGroup> AmazonRedshiftAsyncClient.createClusterParameterGroupAsync(CreateClusterParameterGroupRequest createClusterParameterGroupRequest, AsyncHandler<CreateClusterParameterGroupRequest,ClusterParameterGroup> asyncHandler)
           Creates an Amazon Redshift parameter group.
 Future<ClusterParameterGroup> AmazonRedshiftAsync.createClusterParameterGroupAsync(CreateClusterParameterGroupRequest createClusterParameterGroupRequest, AsyncHandler<CreateClusterParameterGroupRequest,ClusterParameterGroup> asyncHandler)
           Creates an Amazon Redshift parameter group.
 

Method parameters in com.amazonaws.services.redshift with type arguments of type ClusterParameterGroup
 Future<ClusterParameterGroup> AmazonRedshiftAsyncClient.createClusterParameterGroupAsync(CreateClusterParameterGroupRequest createClusterParameterGroupRequest, AsyncHandler<CreateClusterParameterGroupRequest,ClusterParameterGroup> asyncHandler)
           Creates an Amazon Redshift parameter group.
 Future<ClusterParameterGroup> AmazonRedshiftAsync.createClusterParameterGroupAsync(CreateClusterParameterGroupRequest createClusterParameterGroupRequest, AsyncHandler<CreateClusterParameterGroupRequest,ClusterParameterGroup> asyncHandler)
           Creates an Amazon Redshift parameter group.
 

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

Methods in com.amazonaws.services.redshift.model that return ClusterParameterGroup
 ClusterParameterGroup ClusterParameterGroup.withDescription(String description)
          The description of the parameter group.
 ClusterParameterGroup ClusterParameterGroup.withParameterGroupFamily(String parameterGroupFamily)
          The name of the cluster parameter group family that this cluster parameter group is compatible with.
 ClusterParameterGroup ClusterParameterGroup.withParameterGroupName(String parameterGroupName)
          The name of the cluster parameter group.
 

Methods in com.amazonaws.services.redshift.model that return types with arguments of type ClusterParameterGroup
 List<ClusterParameterGroup> DescribeClusterParameterGroupsResult.getParameterGroups()
          A list of ClusterParameterGroup instances.
 

Methods in com.amazonaws.services.redshift.model with parameters of type ClusterParameterGroup
 DescribeClusterParameterGroupsResult DescribeClusterParameterGroupsResult.withParameterGroups(ClusterParameterGroup... parameterGroups)
          A list of ClusterParameterGroup instances.
 

Method parameters in com.amazonaws.services.redshift.model with type arguments of type ClusterParameterGroup
 void DescribeClusterParameterGroupsResult.setParameterGroups(Collection<ClusterParameterGroup> parameterGroups)
          A list of ClusterParameterGroup instances.
 DescribeClusterParameterGroupsResult DescribeClusterParameterGroupsResult.withParameterGroups(Collection<ClusterParameterGroup> parameterGroups)
          A list of ClusterParameterGroup instances.
 



Copyright © 2016. All rights reserved.