Package | Description |
---|---|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Future<ClusterParameterGroup> |
AmazonRedshiftAsync.createClusterParameterGroupAsync(CreateClusterParameterGroupRequest createClusterParameterGroupRequest)
Creates an Amazon Redshift parameter group.
|
Future<ClusterParameterGroup> |
AmazonRedshiftAsyncClient.createClusterParameterGroupAsync(CreateClusterParameterGroupRequest createClusterParameterGroupRequest)
Creates an Amazon Redshift parameter group.
|
Future<ClusterParameterGroup> |
AmazonRedshiftAsync.createClusterParameterGroupAsync(CreateClusterParameterGroupRequest createClusterParameterGroupRequest,
AsyncHandler<CreateClusterParameterGroupRequest,ClusterParameterGroup> asyncHandler)
Creates an Amazon Redshift parameter group.
|
Future<ClusterParameterGroup> |
AmazonRedshiftAsyncClient.createClusterParameterGroupAsync(CreateClusterParameterGroupRequest createClusterParameterGroupRequest,
AsyncHandler<CreateClusterParameterGroupRequest,ClusterParameterGroup> asyncHandler)
Creates an Amazon Redshift parameter group.
|
Modifier and Type | Method and Description |
---|---|
Future<ClusterParameterGroup> |
AmazonRedshiftAsync.createClusterParameterGroupAsync(CreateClusterParameterGroupRequest createClusterParameterGroupRequest,
AsyncHandler<CreateClusterParameterGroupRequest,ClusterParameterGroup> asyncHandler)
Creates an Amazon Redshift parameter group.
|
Future<ClusterParameterGroup> |
AmazonRedshiftAsyncClient.createClusterParameterGroupAsync(CreateClusterParameterGroupRequest createClusterParameterGroupRequest,
AsyncHandler<CreateClusterParameterGroupRequest,ClusterParameterGroup> asyncHandler)
Creates an Amazon Redshift parameter group.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<ClusterParameterGroup> parameterGroups)
A list of ClusterParameterGroup instances.
|
DescribeClusterParameterGroupsResult |
DescribeClusterParameterGroupsResult.withParameterGroups(Collection<ClusterParameterGroup> parameterGroups)
A list of ClusterParameterGroup instances.
|
Copyright © 2014. All rights reserved.