Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AuthorizeSecurityGroupIngressResult |
AmazonEC2Client.authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest request)
Adds the specified inbound (ingress) rules to a security group.
|
AuthorizeSecurityGroupIngressResult |
AmazonEC2.authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)
Adds the specified inbound (ingress) rules to a security group.
|
AuthorizeSecurityGroupIngressResult |
AbstractAmazonEC2.authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<AuthorizeSecurityGroupIngressResult> |
AbstractAmazonEC2Async.authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest request,
AsyncHandler<AuthorizeSecurityGroupIngressRequest,AuthorizeSecurityGroupIngressResult> asyncHandler) |
Future<AuthorizeSecurityGroupIngressResult> |
AmazonEC2AsyncClient.authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest request,
AsyncHandler<AuthorizeSecurityGroupIngressRequest,AuthorizeSecurityGroupIngressResult> asyncHandler) |
Future<AuthorizeSecurityGroupIngressResult> |
AmazonEC2Async.authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest,
AsyncHandler<AuthorizeSecurityGroupIngressRequest,AuthorizeSecurityGroupIngressResult> asyncHandler)
Adds the specified inbound (ingress) rules to a security group.
|
Modifier and Type | Method and Description |
---|---|
AuthorizeSecurityGroupIngressResult |
AuthorizeSecurityGroupIngressResult.clone() |
AuthorizeSecurityGroupIngressResult |
AuthorizeSecurityGroupIngressResult.withReturn(Boolean returnValue)
Returns
true if the request succeeds; otherwise, returns an error. |
AuthorizeSecurityGroupIngressResult |
AuthorizeSecurityGroupIngressResult.withSecurityGroupRules(Collection<SecurityGroupRule> securityGroupRules)
Information about the inbound (ingress) security group rules that were added.
|
AuthorizeSecurityGroupIngressResult |
AuthorizeSecurityGroupIngressResult.withSecurityGroupRules(SecurityGroupRule... securityGroupRules)
Information about the inbound (ingress) security group rules that were added.
|
Copyright © 2023. All rights reserved.