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 |
---|---|
ClusterSubnetGroup |
AmazonRedshiftClient.createClusterSubnetGroup(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest)
Creates a new Amazon Redshift subnet group.
|
ClusterSubnetGroup |
AmazonRedshift.createClusterSubnetGroup(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest)
Creates a new Amazon Redshift subnet group.
|
Future<ClusterSubnetGroup> |
AmazonRedshiftAsync.createClusterSubnetGroupAsync(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest)
Creates a new Amazon Redshift subnet group.
|
Future<ClusterSubnetGroup> |
AmazonRedshiftAsyncClient.createClusterSubnetGroupAsync(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest)
Creates a new Amazon Redshift subnet group.
|
Future<ClusterSubnetGroup> |
AmazonRedshiftAsync.createClusterSubnetGroupAsync(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest,
AsyncHandler<CreateClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler)
Creates a new Amazon Redshift subnet group.
|
Future<ClusterSubnetGroup> |
AmazonRedshiftAsyncClient.createClusterSubnetGroupAsync(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest,
AsyncHandler<CreateClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler)
Creates a new Amazon Redshift subnet group.
|
Modifier and Type | Method and Description |
---|---|
Future<ClusterSubnetGroup> |
AmazonRedshiftAsync.createClusterSubnetGroupAsync(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest,
AsyncHandler<CreateClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler)
Creates a new Amazon Redshift subnet group.
|
Future<ClusterSubnetGroup> |
AmazonRedshiftAsyncClient.createClusterSubnetGroupAsync(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest,
AsyncHandler<CreateClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler)
Creates a new Amazon Redshift subnet group.
|
Modifier and Type | Method and Description |
---|---|
CreateClusterSubnetGroupRequest |
CreateClusterSubnetGroupRequest.withClusterSubnetGroupName(String clusterSubnetGroupName)
The name for the subnet group.
|
CreateClusterSubnetGroupRequest |
CreateClusterSubnetGroupRequest.withDescription(String description)
A description for the subnet group.
|
CreateClusterSubnetGroupRequest |
CreateClusterSubnetGroupRequest.withSubnetIds(Collection<String> subnetIds)
An array of VPC subnet IDs.
|
CreateClusterSubnetGroupRequest |
CreateClusterSubnetGroupRequest.withSubnetIds(String... subnetIds)
An array of VPC subnet IDs.
|
Copyright © 2014. All rights reserved.