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