|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModifyClusterSubnetGroupRequest | |
---|---|
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. |
Uses of ModifyClusterSubnetGroupRequest in com.amazonaws.services.redshift |
---|
Methods in com.amazonaws.services.redshift with parameters of type ModifyClusterSubnetGroupRequest | |
---|---|
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> |
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. |
Method parameters in com.amazonaws.services.redshift with type arguments of type ModifyClusterSubnetGroupRequest | |
---|---|
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. |
Uses of ModifyClusterSubnetGroupRequest in com.amazonaws.services.redshift.model |
---|
Methods in com.amazonaws.services.redshift.model that return ModifyClusterSubnetGroupRequest | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |