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