Package | Description |
---|---|
com.amazonaws.services.redshift |
Synchronous and asynchronous client classes for accessing AmazonRedshift.
|
com.amazonaws.services.redshift.model |
Classes modeling the various types represented by AmazonRedshift.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonRedshiftClient.deleteClusterSubnetGroup(DeleteClusterSubnetGroupRequest deleteClusterSubnetGroupRequest)
Deletes the specified cluster subnet group.
|
void |
AmazonRedshift.deleteClusterSubnetGroup(DeleteClusterSubnetGroupRequest deleteClusterSubnetGroupRequest)
Deletes the specified cluster subnet group.
|
Future<Void> |
AmazonRedshiftAsync.deleteClusterSubnetGroupAsync(DeleteClusterSubnetGroupRequest deleteClusterSubnetGroupRequest)
Deletes the specified cluster subnet group.
|
Future<Void> |
AmazonRedshiftAsyncClient.deleteClusterSubnetGroupAsync(DeleteClusterSubnetGroupRequest deleteClusterSubnetGroupRequest)
Deletes the specified cluster subnet group.
|
Future<Void> |
AmazonRedshiftAsync.deleteClusterSubnetGroupAsync(DeleteClusterSubnetGroupRequest deleteClusterSubnetGroupRequest,
AsyncHandler<DeleteClusterSubnetGroupRequest,Void> asyncHandler)
Deletes the specified cluster subnet group.
|
Future<Void> |
AmazonRedshiftAsyncClient.deleteClusterSubnetGroupAsync(DeleteClusterSubnetGroupRequest deleteClusterSubnetGroupRequest,
AsyncHandler<DeleteClusterSubnetGroupRequest,Void> asyncHandler)
Deletes the specified cluster subnet group.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonRedshiftAsync.deleteClusterSubnetGroupAsync(DeleteClusterSubnetGroupRequest deleteClusterSubnetGroupRequest,
AsyncHandler<DeleteClusterSubnetGroupRequest,Void> asyncHandler)
Deletes the specified cluster subnet group.
|
Future<Void> |
AmazonRedshiftAsyncClient.deleteClusterSubnetGroupAsync(DeleteClusterSubnetGroupRequest deleteClusterSubnetGroupRequest,
AsyncHandler<DeleteClusterSubnetGroupRequest,Void> asyncHandler)
Deletes the specified cluster subnet group.
|
Modifier and Type | Method and Description |
---|---|
DeleteClusterSubnetGroupRequest |
DeleteClusterSubnetGroupRequest.withClusterSubnetGroupName(String clusterSubnetGroupName)
The name of the cluster subnet group name to be deleted.
|
Copyright © 2014. All rights reserved.