Java com.amazonaws.services.rds.model RevokeDBSecurityGroupIngressRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.rds.model RevokeDBSecurityGroupIngressRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.rds.model RevokeDBSecurityGroupIngressRequest.

The text is from its open source code.

Constructor

RevokeDBSecurityGroupIngressRequest(String dBSecurityGroupName)
Constructs a new RevokeDBSecurityGroupIngressRequest object.
RevokeDBSecurityGroupIngressRequest()
Default constructor for RevokeDBSecurityGroupIngressRequest object.

Method

voidsetDBSecurityGroupName(String dBSecurityGroupName)

The name of the DB security group to revoke ingress from.

voidsetEC2SecurityGroupId(String eC2SecurityGroupId)

The id of the EC2 security group to revoke access from.

voidsetEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)

The AWS account number of the owner of the EC2 security group specified in the EC2SecurityGroupName parameter.

voidsetRequestCredentials(AWSCredentials credentials)
Sets the optional credentials to use for this request, overriding the default credentials set at the client level.