Package | Description |
---|---|
com.amazonaws.services.redshift |
|
com.amazonaws.services.redshift.model |
Modifier and Type | Method and Description |
---|---|
Future<ClusterSubnetGroup> |
AbstractAmazonRedshiftAsync.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest request,
AsyncHandler<ModifyClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler) |
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 request,
AsyncHandler<ModifyClusterSubnetGroupRequest,ClusterSubnetGroup> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ModifyClusterSubnetGroupRequest |
ModifyClusterSubnetGroupRequest.clone() |
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 © 2024. All rights reserved.