Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
AuthorizeSecurityGroupIngressResult |
AmazonEC2Client.authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest request)
Adds one or more ingress rules to a security group.
|
AuthorizeSecurityGroupIngressResult |
AmazonEC2.authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest)
Adds one or more ingress rules to a security group.
|
AuthorizeSecurityGroupIngressResult |
AbstractAmazonEC2.authorizeSecurityGroupIngress(AuthorizeSecurityGroupIngressRequest request) |
Modifier and Type | Method and Description |
---|---|
Future<AuthorizeSecurityGroupIngressResult> |
AmazonEC2Async.authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest authorizeSecurityGroupIngressRequest,
AsyncHandler<AuthorizeSecurityGroupIngressRequest,AuthorizeSecurityGroupIngressResult> asyncHandler)
Adds one or more ingress rules to a security group.
|
Future<AuthorizeSecurityGroupIngressResult> |
AbstractAmazonEC2Async.authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest request,
AsyncHandler<AuthorizeSecurityGroupIngressRequest,AuthorizeSecurityGroupIngressResult> asyncHandler) |
Future<AuthorizeSecurityGroupIngressResult> |
AmazonEC2AsyncClient.authorizeSecurityGroupIngressAsync(AuthorizeSecurityGroupIngressRequest request,
AsyncHandler<AuthorizeSecurityGroupIngressRequest,AuthorizeSecurityGroupIngressResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
AuthorizeSecurityGroupIngressResult |
AuthorizeSecurityGroupIngressResult.clone() |
Copyright © 2017. All rights reserved.