Uses of Class
software.amazon.awssdk.services.redshift.model.ModifyClusterSubnetGroupResponse
-
Packages that use ModifyClusterSubnetGroupResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of ModifyClusterSubnetGroupResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return ModifyClusterSubnetGroupResponse Modifier and Type Method Description default ModifyClusterSubnetGroupResponseRedshiftClient. modifyClusterSubnetGroup(Consumer<ModifyClusterSubnetGroupRequest.Builder> modifyClusterSubnetGroupRequest)Modifies a cluster subnet group to include the specified list of VPC subnets.default ModifyClusterSubnetGroupResponseRedshiftClient. modifyClusterSubnetGroup(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest)Modifies a cluster subnet group to include the specified list of VPC subnets.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type ModifyClusterSubnetGroupResponse Modifier and Type Method Description default CompletableFuture<ModifyClusterSubnetGroupResponse>RedshiftAsyncClient. modifyClusterSubnetGroup(Consumer<ModifyClusterSubnetGroupRequest.Builder> modifyClusterSubnetGroupRequest)Modifies a cluster subnet group to include the specified list of VPC subnets.default CompletableFuture<ModifyClusterSubnetGroupResponse>RedshiftAsyncClient. modifyClusterSubnetGroup(ModifyClusterSubnetGroupRequest modifyClusterSubnetGroupRequest)Modifies a cluster subnet group to include the specified list of VPC subnets.
-