Uses of Class
com.amazonaws.services.rds.model.AuthorizeDBSecurityGroupIngressRequest
-
Packages that use AuthorizeDBSecurityGroupIngressRequest Package Description com.amazonaws.services.rds com.amazonaws.services.rds.model -
-
Uses of AuthorizeDBSecurityGroupIngressRequest in com.amazonaws.services.rds
Method parameters in com.amazonaws.services.rds with type arguments of type AuthorizeDBSecurityGroupIngressRequest Modifier and Type Method Description Future<DBSecurityGroup>AbstractAmazonRDSAsync. authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest request, AsyncHandler<AuthorizeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler)Future<DBSecurityGroup>AmazonRDSAsync. authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest authorizeDBSecurityGroupIngressRequest, AsyncHandler<AuthorizeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler)Enables ingress to a DBSecurityGroup using one of two forms of authorization.Future<DBSecurityGroup>AmazonRDSAsyncClient. authorizeDBSecurityGroupIngressAsync(AuthorizeDBSecurityGroupIngressRequest request, AsyncHandler<AuthorizeDBSecurityGroupIngressRequest,DBSecurityGroup> asyncHandler) -
Uses of AuthorizeDBSecurityGroupIngressRequest in com.amazonaws.services.rds.model
Methods in com.amazonaws.services.rds.model that return AuthorizeDBSecurityGroupIngressRequest Modifier and Type Method Description AuthorizeDBSecurityGroupIngressRequestAuthorizeDBSecurityGroupIngressRequest. clone()AuthorizeDBSecurityGroupIngressRequestAuthorizeDBSecurityGroupIngressRequest. withCIDRIP(String cIDRIP)The IP range to authorize.AuthorizeDBSecurityGroupIngressRequestAuthorizeDBSecurityGroupIngressRequest. withDBSecurityGroupName(String dBSecurityGroupName)The name of the DB security group to add authorization to.AuthorizeDBSecurityGroupIngressRequestAuthorizeDBSecurityGroupIngressRequest. withEC2SecurityGroupId(String eC2SecurityGroupId)Id of the EC2 security group to authorize.AuthorizeDBSecurityGroupIngressRequestAuthorizeDBSecurityGroupIngressRequest. withEC2SecurityGroupName(String eC2SecurityGroupName)Name of the EC2 security group to authorize.AuthorizeDBSecurityGroupIngressRequestAuthorizeDBSecurityGroupIngressRequest. withEC2SecurityGroupOwnerId(String eC2SecurityGroupOwnerId)AWS account number of the owner of the EC2 security group specified in theEC2SecurityGroupNameparameter.
-