Uses of Class
com.amazonaws.services.redshift.model.ClusterParameterGroup
-
Packages that use ClusterParameterGroup Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of ClusterParameterGroup in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return ClusterParameterGroup Modifier and Type Method Description ClusterParameterGroup
AbstractAmazonRedshift. createClusterParameterGroup(CreateClusterParameterGroupRequest request)
ClusterParameterGroup
AmazonRedshift. createClusterParameterGroup(CreateClusterParameterGroupRequest createClusterParameterGroupRequest)
Creates an Amazon Redshift parameter group.ClusterParameterGroup
AmazonRedshiftClient. createClusterParameterGroup(CreateClusterParameterGroupRequest createClusterParameterGroupRequest)
Creates an Amazon Redshift parameter group.Method parameters in com.amazonaws.services.redshift with type arguments of type ClusterParameterGroup Modifier and Type Method Description Future<ClusterParameterGroup>
AbstractAmazonRedshiftAsync. createClusterParameterGroupAsync(CreateClusterParameterGroupRequest request, AsyncHandler<CreateClusterParameterGroupRequest,ClusterParameterGroup> asyncHandler)
Future<ClusterParameterGroup>
AmazonRedshiftAsync. createClusterParameterGroupAsync(CreateClusterParameterGroupRequest createClusterParameterGroupRequest, AsyncHandler<CreateClusterParameterGroupRequest,ClusterParameterGroup> asyncHandler)
Creates an Amazon Redshift parameter group.Future<ClusterParameterGroup>
AmazonRedshiftAsyncClient. createClusterParameterGroupAsync(CreateClusterParameterGroupRequest request, AsyncHandler<CreateClusterParameterGroupRequest,ClusterParameterGroup> asyncHandler)
-
Uses of ClusterParameterGroup in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ClusterParameterGroup Modifier and Type Method Description ClusterParameterGroup
ClusterParameterGroup. clone()
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.ClusterParameterGroup
ClusterParameterGroup. withTags(Tag... tags)
The list of tags for the cluster parameter group.ClusterParameterGroup
ClusterParameterGroup. withTags(Collection<Tag> tags)
The list of tags for the cluster parameter group.Methods in com.amazonaws.services.redshift.model that return types with arguments of type ClusterParameterGroup Modifier and Type Method Description List<ClusterParameterGroup>
DescribeClusterParameterGroupsResult. getParameterGroups()
A list of ClusterParameterGroup instances.Methods in com.amazonaws.services.redshift.model with parameters of type ClusterParameterGroup Modifier and Type Method Description DescribeClusterParameterGroupsResult
DescribeClusterParameterGroupsResult. withParameterGroups(ClusterParameterGroup... parameterGroups)
A list of ClusterParameterGroup instances.Method parameters in com.amazonaws.services.redshift.model with type arguments of type ClusterParameterGroup Modifier and Type Method Description void
DescribeClusterParameterGroupsResult. setParameterGroups(Collection<ClusterParameterGroup> parameterGroups)
A list of ClusterParameterGroup instances.DescribeClusterParameterGroupsResult
DescribeClusterParameterGroupsResult. withParameterGroups(Collection<ClusterParameterGroup> parameterGroups)
A list of ClusterParameterGroup instances.
-