|
|||||||
| 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.DeleteDBSecurityGroupRequest
public class DeleteDBSecurityGroupRequest
Container for the parameters to the DeleteDBSecurityGroup operation.
This API deletes a database security group.
NOTE:The specified database security group must not be associated with any DB instances.
AmazonRDS.deleteDBSecurityGroup(DeleteDBSecurityGroupRequest)| Constructor Summary | |
|---|---|
DeleteDBSecurityGroupRequest()
Default constructor for a new DeleteDBSecurityGroupRequest object. |
|
DeleteDBSecurityGroupRequest(String dBSecurityGroupName)
Constructs a new DeleteDBSecurityGroupRequest object. |
|
| Method Summary | |
|---|---|
String |
getDBSecurityGroupName()
The name of the database security group to delete. |
void |
setDBSecurityGroupName(String dBSecurityGroupName)
The name of the database security group to delete. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeleteDBSecurityGroupRequest |
withDBSecurityGroupName(String dBSecurityGroupName)
The name of the database security group to delete. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DeleteDBSecurityGroupRequest()
public DeleteDBSecurityGroupRequest(String dBSecurityGroupName)
dBSecurityGroupName - The name of the database security group to
delete. Constraints:
| Method Detail |
|---|
public String getDBSecurityGroupName()
Constraints:
Constraints:
public void setDBSecurityGroupName(String dBSecurityGroupName)
Constraints:
dBSecurityGroupName - The name of the database security group to delete. Constraints:
public DeleteDBSecurityGroupRequest withDBSecurityGroupName(String dBSecurityGroupName)
Constraints:
Returns a reference to this object so that method calls can be chained together.
dBSecurityGroupName - The name of the database security group to delete. Constraints:
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||