Uses of Class
com.amazonaws.services.redshift.model.ModifyClusterSubnetGroupRequest
-
Packages that use ModifyClusterSubnetGroupRequest Package Description com.amazonaws.services.redshift com.amazonaws.services.redshift.model -
-
Uses of ModifyClusterSubnetGroupRequest in com.amazonaws.services.redshift
Method parameters in com.amazonaws.services.redshift with type arguments of type ModifyClusterSubnetGroupRequest Modifier and Type Method 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) -
Uses of ModifyClusterSubnetGroupRequest in com.amazonaws.services.redshift.model
Methods in com.amazonaws.services.redshift.model that return ModifyClusterSubnetGroupRequest Modifier and Type Method Description ModifyClusterSubnetGroupRequestModifyClusterSubnetGroupRequest. clone()ModifyClusterSubnetGroupRequestModifyClusterSubnetGroupRequest. withClusterSubnetGroupName(String clusterSubnetGroupName)The name of the subnet group to be modified.ModifyClusterSubnetGroupRequestModifyClusterSubnetGroupRequest. withDescription(String description)A text description of the subnet group to be modified.ModifyClusterSubnetGroupRequestModifyClusterSubnetGroupRequest. withSubnetIds(String... subnetIds)An array of VPC subnet IDs.ModifyClusterSubnetGroupRequestModifyClusterSubnetGroupRequest. withSubnetIds(Collection<String> subnetIds)An array of VPC subnet IDs.
-