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.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.
|
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)
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.
|
Future<ClusterSubnetGroup> |
AmazonRedshiftAsyncClient.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> |
AmazonRedshiftAsync.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest,
AsyncHandler<ModifyClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler)
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.
|
Modifier and Type | Method and Description |
---|---|
ModifyClusterSubnetGroupRequest |
ModifyClusterSubnetGroupRequest.withClusterSubnetGroupName(String clusterSubnetGroupName)
The name of the subnet group to be modified.
|
ModifyClusterSubnetGroupRequest |
ModifyClusterSubnetGroupRequest.withDescription(String description)
A text description of the subnet group to be modified.
|
ModifyClusterSubnetGroupRequest |
ModifyClusterSubnetGroupRequest.withSubnetIds(Collection<String> subnetIds)
An array of VPC subnet IDs.
|
ModifyClusterSubnetGroupRequest |
ModifyClusterSubnetGroupRequest.withSubnetIds(String... subnetIds)
An array of VPC subnet IDs.
|
Copyright © 2014. All rights reserved.