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.
|
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 |
---|---|
CreateClusterParameterGroupRequest |
CreateClusterParameterGroupRequest.withDescription(String description)
A description of the parameter group.
|
CreateClusterParameterGroupRequest |
CreateClusterParameterGroupRequest.withParameterGroupFamily(String parameterGroupFamily)
The Amazon Redshift engine version to which the cluster parameter
group applies.
|
CreateClusterParameterGroupRequest |
CreateClusterParameterGroupRequest.withParameterGroupName(String parameterGroupName)
The name of the cluster parameter group.
|
Copyright © 2014. All rights reserved.