Uses of Class
com.amazonaws.services.redshift.model.ClusterParameterGroup
Packages that use ClusterParameterGroup
-
Uses of ClusterParameterGroup in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift that return ClusterParameterGroupModifier and TypeMethodDescriptionAbstractAmazonRedshift.createClusterParameterGroup
(CreateClusterParameterGroupRequest request) AmazonRedshift.createClusterParameterGroup
(CreateClusterParameterGroupRequest createClusterParameterGroupRequest) Creates an Amazon Redshift parameter group.AmazonRedshiftClient.createClusterParameterGroup
(CreateClusterParameterGroupRequest createClusterParameterGroupRequest) Creates an Amazon Redshift parameter group.Methods in com.amazonaws.services.redshift that return types with arguments of type ClusterParameterGroupModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.createClusterParameterGroupAsync
(CreateClusterParameterGroupRequest request) AbstractAmazonRedshiftAsync.createClusterParameterGroupAsync
(CreateClusterParameterGroupRequest request, AsyncHandler<CreateClusterParameterGroupRequest, ClusterParameterGroup> asyncHandler) AmazonRedshiftAsync.createClusterParameterGroupAsync
(CreateClusterParameterGroupRequest createClusterParameterGroupRequest) Creates an Amazon Redshift parameter group.AmazonRedshiftAsync.createClusterParameterGroupAsync
(CreateClusterParameterGroupRequest createClusterParameterGroupRequest, AsyncHandler<CreateClusterParameterGroupRequest, ClusterParameterGroup> asyncHandler) Creates an Amazon Redshift parameter group.AmazonRedshiftAsyncClient.createClusterParameterGroupAsync
(CreateClusterParameterGroupRequest request) AmazonRedshiftAsyncClient.createClusterParameterGroupAsync
(CreateClusterParameterGroupRequest request, AsyncHandler<CreateClusterParameterGroupRequest, ClusterParameterGroup> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type ClusterParameterGroupModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.createClusterParameterGroupAsync
(CreateClusterParameterGroupRequest request, AsyncHandler<CreateClusterParameterGroupRequest, ClusterParameterGroup> asyncHandler) AmazonRedshiftAsync.createClusterParameterGroupAsync
(CreateClusterParameterGroupRequest createClusterParameterGroupRequest, AsyncHandler<CreateClusterParameterGroupRequest, ClusterParameterGroup> asyncHandler) Creates an Amazon Redshift parameter group.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 ClusterParameterGroupModifier and TypeMethodDescriptionClusterParameterGroup.clone()
ClusterParameterGroup.withDescription
(String description) The description of the parameter group.ClusterParameterGroup.withParameterGroupFamily
(String parameterGroupFamily) The name of the cluster parameter group family that this cluster parameter group is compatible with.ClusterParameterGroup.withParameterGroupName
(String parameterGroupName) The name of the cluster parameter group.The list of tags for the cluster parameter group.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 ClusterParameterGroupModifier and TypeMethodDescriptionDescribeClusterParameterGroupsResult.getParameterGroups()
A list of ClusterParameterGroup instances.Methods in com.amazonaws.services.redshift.model with parameters of type ClusterParameterGroupModifier and TypeMethodDescriptionDescribeClusterParameterGroupsResult.withParameterGroups
(ClusterParameterGroup... parameterGroups) A list of ClusterParameterGroup instances.Method parameters in com.amazonaws.services.redshift.model with type arguments of type ClusterParameterGroupModifier and TypeMethodDescriptionvoid
DescribeClusterParameterGroupsResult.setParameterGroups
(Collection<ClusterParameterGroup> parameterGroups) A list of ClusterParameterGroup instances.DescribeClusterParameterGroupsResult.withParameterGroups
(Collection<ClusterParameterGroup> parameterGroups) A list of ClusterParameterGroup instances.