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