Uses of Class
software.amazon.awssdk.services.redshift.model.DeleteClusterSubnetGroupRequest
-
Packages that use DeleteClusterSubnetGroupRequest Package Description software.amazon.awssdk.services.redshift Amazon Redshift software.amazon.awssdk.services.redshift.transform -
-
Uses of DeleteClusterSubnetGroupRequest in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift with parameters of type DeleteClusterSubnetGroupRequest Modifier and Type Method Description default CompletableFuture<DeleteClusterSubnetGroupResponse>RedshiftAsyncClient. deleteClusterSubnetGroup(DeleteClusterSubnetGroupRequest deleteClusterSubnetGroupRequest)Deletes the specified cluster subnet group.default DeleteClusterSubnetGroupResponseRedshiftClient. deleteClusterSubnetGroup(DeleteClusterSubnetGroupRequest deleteClusterSubnetGroupRequest)Deletes the specified cluster subnet group. -
Uses of DeleteClusterSubnetGroupRequest in software.amazon.awssdk.services.redshift.transform
Methods in software.amazon.awssdk.services.redshift.transform with parameters of type DeleteClusterSubnetGroupRequest Modifier and Type Method Description SdkHttpFullRequestDeleteClusterSubnetGroupRequestMarshaller. marshall(DeleteClusterSubnetGroupRequest deleteClusterSubnetGroupRequest)
-