Uses of Class
com.amazonaws.services.ec2.model.AuthorizeSecurityGroupIngressResult
-
Packages that use AuthorizeSecurityGroupIngressResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of AuthorizeSecurityGroupIngressResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return AuthorizeSecurityGroupIngressResult Modifier and Type Method Description AuthorizeSecurityGroupIngressResultAbstractAmazonEC2. authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest request)AuthorizeSecurityGroupIngressResultAmazonEC2. authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)Adds one or more ingress rules to a security group.AuthorizeSecurityGroupIngressResultAmazonEC2Client. authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)Adds one or more ingress rules to a security group.Method parameters in com.amazonaws.services.ec2 with type arguments of type AuthorizeSecurityGroupIngressResult Modifier and Type Method Description Future<AuthorizeSecurityGroupIngressResult>AbstractAmazonEC2Async. authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest request, AsyncHandler<AuthorizeSecurityGroupIngressRequest,AuthorizeSecurityGroupIngressResult> asyncHandler)Future<AuthorizeSecurityGroupIngressResult>AmazonEC2Async. authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest, AsyncHandler<AuthorizeSecurityGroupIngressRequest,AuthorizeSecurityGroupIngressResult> asyncHandler)Adds one or more ingress rules to a security group.Future<AuthorizeSecurityGroupIngressResult>AmazonEC2AsyncClient. authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest request, AsyncHandler<AuthorizeSecurityGroupIngressRequest,AuthorizeSecurityGroupIngressResult> asyncHandler) -
Uses of AuthorizeSecurityGroupIngressResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AuthorizeSecurityGroupIngressResult Modifier and Type Method Description AuthorizeSecurityGroupIngressResultAuthorizeSecurityGroupIngressResult. clone()
-