Uses of Class
com.amazonaws.services.ec2.model.AuthorizeSecurityGroupEgressResult
-
Packages that use AuthorizeSecurityGroupEgressResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of AuthorizeSecurityGroupEgressResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return AuthorizeSecurityGroupEgressResult Modifier and Type Method Description AuthorizeSecurityGroupEgressResult
AbstractAmazonEC2. authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest request)
AuthorizeSecurityGroupEgressResult
AmazonEC2. authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)
[EC2-VPC only] Adds one or more egress rules to a security group for use with a VPC.AuthorizeSecurityGroupEgressResult
AmazonEC2Client. authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)
[EC2-VPC only] Adds one or more egress rules to a security group for use with a VPC.Method parameters in com.amazonaws.services.ec2 with type arguments of type AuthorizeSecurityGroupEgressResult Modifier and Type Method Description Future<AuthorizeSecurityGroupEgressResult>
AbstractAmazonEC2Async. authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest request, AsyncHandler<AuthorizeSecurityGroupEgressRequest,AuthorizeSecurityGroupEgressResult> asyncHandler)
Future<AuthorizeSecurityGroupEgressResult>
AmazonEC2Async. authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest, AsyncHandler<AuthorizeSecurityGroupEgressRequest,AuthorizeSecurityGroupEgressResult> asyncHandler)
[EC2-VPC only] Adds one or more egress rules to a security group for use with a VPC.Future<AuthorizeSecurityGroupEgressResult>
AmazonEC2AsyncClient. authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest request, AsyncHandler<AuthorizeSecurityGroupEgressRequest,AuthorizeSecurityGroupEgressResult> asyncHandler)
-
Uses of AuthorizeSecurityGroupEgressResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return AuthorizeSecurityGroupEgressResult Modifier and Type Method Description AuthorizeSecurityGroupEgressResult
AuthorizeSecurityGroupEgressResult. clone()
-