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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

voidsetCIDRIP(String cIDRIP)

The IP range to authorize.

voidsetDBSecurityGroupName(String dBSecurityGroupName)

The name of the DB security group to add authorization to.

voidsetEC2SecurityGroupName(String eC2SecurityGroupName)

Name of the EC2 security group to authorize.

voidsetEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)

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.