|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.rds.model.DeleteDBSubnetGroupRequest
public class DeleteDBSubnetGroupRequest
Container for the parameters to the DeleteDBSubnetGroup operation.
Deletes a DB subnet group.
NOTE:The specified database subnet group must not be associated with any DB instances.
AmazonRDS.deleteDBSubnetGroup(DeleteDBSubnetGroupRequest),
Serialized Form| Constructor Summary | |
|---|---|
DeleteDBSubnetGroupRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getDBSubnetGroupName()
The name of the database subnet group to delete. |
int |
hashCode()
|
void |
setDBSubnetGroupName(String dBSubnetGroupName)
The name of the database subnet group to delete. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteDBSubnetGroupRequest |
withDBSubnetGroupName(String dBSubnetGroupName)
The name of the database subnet group to delete. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteDBSubnetGroupRequest()
| Method Detail |
|---|
public String getDBSubnetGroupName()
Constraints:
Constraints:
public void setDBSubnetGroupName(String dBSubnetGroupName)
Constraints:
dBSubnetGroupName - The name of the database subnet group to delete. Constraints:
public DeleteDBSubnetGroupRequest withDBSubnetGroupName(String dBSubnetGroupName)
Constraints:
Returns a reference to this object so that method calls can be chained together.
dBSubnetGroupName - The name of the database subnet group to delete. Constraints:
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||