Uses of Class
com.amazonaws.services.rds.model.DeleteDBSubnetGroupRequest
-
Packages that use DeleteDBSubnetGroupRequest Package Description com.amazonaws.services.rds com.amazonaws.services.rds.model -
-
Uses of DeleteDBSubnetGroupRequest in com.amazonaws.services.rds
Method parameters in com.amazonaws.services.rds with type arguments of type DeleteDBSubnetGroupRequest Modifier and Type Method Description Future<DeleteDBSubnetGroupResult>
AbstractAmazonRDSAsync. deleteDBSubnetGroupAsync(DeleteDBSubnetGroupRequest request, AsyncHandler<DeleteDBSubnetGroupRequest,DeleteDBSubnetGroupResult> asyncHandler)
Future<DeleteDBSubnetGroupResult>
AmazonRDSAsync. deleteDBSubnetGroupAsync(DeleteDBSubnetGroupRequest deleteDBSubnetGroupRequest, AsyncHandler<DeleteDBSubnetGroupRequest,DeleteDBSubnetGroupResult> asyncHandler)
Deletes a DB subnet group.Future<DeleteDBSubnetGroupResult>
AmazonRDSAsyncClient. deleteDBSubnetGroupAsync(DeleteDBSubnetGroupRequest request, AsyncHandler<DeleteDBSubnetGroupRequest,DeleteDBSubnetGroupResult> asyncHandler)
-
Uses of DeleteDBSubnetGroupRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return DeleteDBSubnetGroupRequest Modifier and Type Method Description DeleteDBSubnetGroupRequest
DeleteDBSubnetGroupRequest. clone()
DeleteDBSubnetGroupRequest
DeleteDBSubnetGroupRequest. withDBSubnetGroupName(String dBSubnetGroupName)
The name of the database subnet group to delete.
-