Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AuthorizeSecurityGroupEgressResult |
AbstractAmazonEC2.authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest request) |
AuthorizeSecurityGroupEgressResult |
AmazonEC2.authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)
[VPC only] Adds the specified outbound (egress) rules to a security group for use with a VPC.
|
AuthorizeSecurityGroupEgressResult |
AmazonEC2Client.authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest request)
[VPC only] Adds the specified outbound (egress) rules to a security group for use with a VPC.
|
Modifier and Type | Method and Description |
---|---|
Future<AuthorizeSecurityGroupEgressResult> |
AbstractAmazonEC2Async.authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest request,
AsyncHandler<AuthorizeSecurityGroupEgressRequest,AuthorizeSecurityGroupEgressResult> asyncHandler) |
Future<AuthorizeSecurityGroupEgressResult> |
AmazonEC2Async.authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest,
AsyncHandler<AuthorizeSecurityGroupEgressRequest,AuthorizeSecurityGroupEgressResult> asyncHandler)
[VPC only] Adds the specified outbound (egress) rules to a security group for use with a VPC.
|
Future<AuthorizeSecurityGroupEgressResult> |
AmazonEC2AsyncClient.authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest request,
AsyncHandler<AuthorizeSecurityGroupEgressRequest,AuthorizeSecurityGroupEgressResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AuthorizeSecurityGroupEgressResult |
AuthorizeSecurityGroupEgressResult.clone() |
AuthorizeSecurityGroupEgressResult |
AuthorizeSecurityGroupEgressResult.withReturn(Boolean returnValue)
Returns
true if the request succeeds; otherwise, returns an error. |
AuthorizeSecurityGroupEgressResult |
AuthorizeSecurityGroupEgressResult.withSecurityGroupRules(Collection<SecurityGroupRule> securityGroupRules)
Information about the outbound (egress) security group rules that were added.
|
AuthorizeSecurityGroupEgressResult |
AuthorizeSecurityGroupEgressResult.withSecurityGroupRules(SecurityGroupRule... securityGroupRules)
Information about the outbound (egress) security group rules that were added.
|
Copyright © 2021. All rights reserved.