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