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.
|
ClusterSubnetGroup |
AmazonRedshiftClient.modifyClusterSubnetGroup(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest)
Modifies a cluster subnet group to include the specified list of VPC
subnets.
|
ClusterSubnetGroup |
AmazonRedshift.modifyClusterSubnetGroup(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest)
Modifies a cluster subnet group to include the specified list of VPC
subnets.
|
Modifier and Type | Method and Description |
---|---|
Future<ClusterSubnetGroup> |
AmazonRedshiftAsyncClient.createClusterSubnetGroupAsync(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,
AsyncHandler<CreateClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler)
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.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest)
Modifies a cluster subnet group to include the specified list of VPC
subnets.
|
Future<ClusterSubnetGroup> |
AmazonRedshiftAsync.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest)
Modifies a cluster subnet group to include the specified list of VPC
subnets.
|
Future<ClusterSubnetGroup> |
AmazonRedshiftAsyncClient.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest,
AsyncHandler<ModifyClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler)
Modifies a cluster subnet group to include the specified list of VPC
subnets.
|
Future<ClusterSubnetGroup> |
AmazonRedshiftAsync.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest,
AsyncHandler<ModifyClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler)
Modifies a cluster subnet group to include the specified list of VPC
subnets.
|
Modifier and Type | Method and Description |
---|---|
Future<ClusterSubnetGroup> |
AmazonRedshiftAsyncClient.createClusterSubnetGroupAsync(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest,
AsyncHandler<CreateClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler)
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.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest,
AsyncHandler<ModifyClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler)
Modifies a cluster subnet group to include the specified list of VPC
subnets.
|
Future<ClusterSubnetGroup> |
AmazonRedshiftAsync.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest,
AsyncHandler<ModifyClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler)
Modifies a cluster subnet group to include the specified list of VPC
subnets.
|
Modifier and Type | Method and Description |
---|---|
ClusterSubnetGroup |
ClusterSubnetGroup.clone() |
ClusterSubnetGroup |
ClusterSubnetGroup.withClusterSubnetGroupName(String clusterSubnetGroupName)
The name of the cluster subnet group.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withDescription(String description)
The description of the cluster subnet group.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withSubnetGroupStatus(String subnetGroupStatus)
The status of the cluster subnet group.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withSubnets(Collection<Subnet> subnets)
A list of the VPC Subnet elements.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withSubnets(Subnet... subnets)
A list of the VPC Subnet elements.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withTags(Collection<Tag> tags)
The list of tags for the cluster subnet group.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withTags(Tag... tags)
The list of tags for the cluster subnet group.
|
ClusterSubnetGroup |
ClusterSubnetGroup.withVpcId(String vpcId)
The VPC ID of the cluster subnet group.
|
Modifier and Type | Method and Description |
---|---|
List<ClusterSubnetGroup> |
DescribeClusterSubnetGroupsResult.getClusterSubnetGroups()
A list of ClusterSubnetGroup instances.
|
Modifier and Type | Method and Description |
---|---|
DescribeClusterSubnetGroupsResult |
DescribeClusterSubnetGroupsResult.withClusterSubnetGroups(ClusterSubnetGroup... clusterSubnetGroups)
A list of ClusterSubnetGroup instances.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeClusterSubnetGroupsResult.setClusterSubnetGroups(Collection<ClusterSubnetGroup> clusterSubnetGroups)
A list of ClusterSubnetGroup instances.
|
DescribeClusterSubnetGroupsResult |
DescribeClusterSubnetGroupsResult.withClusterSubnetGroups(Collection<ClusterSubnetGroup> clusterSubnetGroups)
A list of ClusterSubnetGroup instances.
|
Copyright © 2015. All rights reserved.