Uses of Class
software.amazon.awssdk.services.redshift.model.CreateClusterSubnetGroupResponse
-
Packages that use CreateClusterSubnetGroupResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of CreateClusterSubnetGroupResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return CreateClusterSubnetGroupResponse Modifier and Type Method Description default CreateClusterSubnetGroupResponseRedshiftClient. createClusterSubnetGroup(Consumer<CreateClusterSubnetGroupRequest.Builder> createClusterSubnetGroupRequest)Creates a new Amazon Redshift subnet group.default CreateClusterSubnetGroupResponseRedshiftClient. createClusterSubnetGroup(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest)Creates a new Amazon Redshift subnet group.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type CreateClusterSubnetGroupResponse Modifier and Type Method Description default CompletableFuture<CreateClusterSubnetGroupResponse>RedshiftAsyncClient. createClusterSubnetGroup(Consumer<CreateClusterSubnetGroupRequest.Builder> createClusterSubnetGroupRequest)Creates a new Amazon Redshift subnet group.default CompletableFuture<CreateClusterSubnetGroupResponse>RedshiftAsyncClient. createClusterSubnetGroup(CreateClusterSubnetGroupRequest createClusterSubnetGroupRequest)Creates a new Amazon Redshift subnet group.
-