Uses of Class
com.amazonaws.services.redshift.model.ModifyClusterSubnetGroupRequest
Packages that use ModifyClusterSubnetGroupRequest
-
Uses of ModifyClusterSubnetGroupRequest in com.amazonaws.services.redshift
Methods in com.amazonaws.services.redshift with parameters of type ModifyClusterSubnetGroupRequestModifier and TypeMethodDescriptionAbstractAmazonRedshift.modifyClusterSubnetGroup(ModifyClusterSubnetGroupRequest request) AmazonRedshift.modifyClusterSubnetGroup(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest) Modifies a cluster subnet group to include the specified list of VPC subnets.AmazonRedshiftClient.modifyClusterSubnetGroup(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest) Modifies a cluster subnet group to include the specified list of VPC subnets.AbstractAmazonRedshiftAsync.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest request) AbstractAmazonRedshiftAsync.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest request, AsyncHandler<ModifyClusterSubnetGroupRequest, ClusterSubnetGroup> asyncHandler) AmazonRedshiftAsync.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest) Modifies a cluster subnet group to include the specified list of VPC subnets.AmazonRedshiftAsync.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest, AsyncHandler<ModifyClusterSubnetGroupRequest, ClusterSubnetGroup> asyncHandler) Modifies a cluster subnet group to include the specified list of VPC subnets.AmazonRedshiftAsyncClient.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest request) AmazonRedshiftAsyncClient.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest request, AsyncHandler<ModifyClusterSubnetGroupRequest, ClusterSubnetGroup> asyncHandler) Method parameters in com.amazonaws.services.redshift with type arguments of type ModifyClusterSubnetGroupRequestModifier and TypeMethodDescriptionAbstractAmazonRedshiftAsync.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest request, AsyncHandler<ModifyClusterSubnetGroupRequest, ClusterSubnetGroup> asyncHandler) AmazonRedshiftAsync.modifyClusterSubnetGroupAsync(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest, AsyncHandler<ModifyClusterSubnetGroupRequest, ClusterSubnetGroup> asyncHandler) Modifies a cluster subnet group to include the specified list of VPC subnets.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 ModifyClusterSubnetGroupRequestModifier and TypeMethodDescriptionModifyClusterSubnetGroupRequest.clone()ModifyClusterSubnetGroupRequest.withClusterSubnetGroupName(String clusterSubnetGroupName) The name of the subnet group to be modified.ModifyClusterSubnetGroupRequest.withDescription(String description) A text description of the subnet group to be modified.ModifyClusterSubnetGroupRequest.withSubnetIds(String... subnetIds) An array of VPC subnet IDs.ModifyClusterSubnetGroupRequest.withSubnetIds(Collection<String> subnetIds) An array of VPC subnet IDs.