Package | Description |
---|---|
com.amazonaws.services.redshift | |
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Method and Description |
---|---|
ClusterParameterGroup |
AmazonRedshiftClient.createClusterParameterGroup(CreateClusterParameterGroupRequest createClusterParameterGroupRequest)
Creates an Amazon Redshift parameter group.
|
ClusterParameterGroup |
AmazonRedshift.createClusterParameterGroup(CreateClusterParameterGroupRequest createClusterParameterGroupRequest)
Creates an Amazon Redshift parameter group.
|
ClusterParameterGroup |
AbstractAmazonRedshift.createClusterParameterGroup(CreateClusterParameterGroupRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ClusterParameterGroup> |
AmazonRedshiftAsyncClient.createClusterParameterGroupAsync(CreateClusterParameterGroupRequest request,
AsyncHandler<CreateClusterParameterGroupRequest,ClusterParameterGroup> asyncHandler) |
java.util.concurrent.Future<ClusterParameterGroup> |
AmazonRedshiftAsync.createClusterParameterGroupAsync(CreateClusterParameterGroupRequest createClusterParameterGroupRequest,
AsyncHandler<CreateClusterParameterGroupRequest,ClusterParameterGroup> asyncHandler)
Creates an Amazon Redshift parameter group.
|
java.util.concurrent.Future<ClusterParameterGroup> |
AbstractAmazonRedshiftAsync.createClusterParameterGroupAsync(CreateClusterParameterGroupRequest request,
AsyncHandler<CreateClusterParameterGroupRequest,ClusterParameterGroup> asyncHandler) |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ClusterParameterGroup> |
DescribeClusterParameterGroupsResult.parameterGroups
A list of ClusterParameterGroup instances.
|
Modifier and Type | Method and Description |
---|---|
ClusterParameterGroup |
ClusterParameterGroup.clone() |
ClusterParameterGroup |
ClusterParameterGroup.withDescription(java.lang.String description)
The description of the parameter group.
|
ClusterParameterGroup |
ClusterParameterGroup.withParameterGroupFamily(java.lang.String parameterGroupFamily)
The name of the cluster parameter group family that this cluster
parameter group is compatible with.
|
ClusterParameterGroup |
ClusterParameterGroup.withParameterGroupName(java.lang.String parameterGroupName)
The name of the cluster parameter group.
|
ClusterParameterGroup |
ClusterParameterGroup.withTags(java.util.Collection<Tag> tags)
The list of tags for the cluster parameter group.
|
ClusterParameterGroup |
ClusterParameterGroup.withTags(Tag... tags)
The list of tags for the cluster parameter group.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ClusterParameterGroup> |
DescribeClusterParameterGroupsResult.getParameterGroups()
A list of ClusterParameterGroup instances.
|
Modifier and Type | Method and Description |
---|---|
DescribeClusterParameterGroupsResult |
DescribeClusterParameterGroupsResult.withParameterGroups(ClusterParameterGroup... parameterGroups)
A list of ClusterParameterGroup instances.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeClusterParameterGroupsResult.setParameterGroups(java.util.Collection<ClusterParameterGroup> parameterGroups)
A list of ClusterParameterGroup instances.
|
DescribeClusterParameterGroupsResult |
DescribeClusterParameterGroupsResult.withParameterGroups(java.util.Collection<ClusterParameterGroup> parameterGroups)
A list of ClusterParameterGroup instances.
|
Modifier and Type | Method and Description |
---|---|
ClusterParameterGroup |
ClusterParameterGroupStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |