Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonEC2.authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)
Adds one or more egress rules to a security group for use with a VPC.
|
void |
AmazonEC2Client.authorizeSecurityGroupEgress(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)
Adds one or more egress rules to a security group for use with a VPC.
|
Future<Void> |
AmazonEC2AsyncClient.authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)
Adds one or more egress rules to a security group for use with a VPC.
|
Future<Void> |
AmazonEC2Async.authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest)
Adds one or more egress rules to a security group for use with a VPC.
|
Future<Void> |
AmazonEC2AsyncClient.authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest,
AsyncHandler<AuthorizeSecurityGroupEgressRequest,Void> asyncHandler)
Adds one or more egress rules to a security group for use with a VPC.
|
Future<Void> |
AmazonEC2Async.authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest,
AsyncHandler<AuthorizeSecurityGroupEgressRequest,Void> asyncHandler)
Adds one or more egress rules to a security group for use with a VPC.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest,
AsyncHandler<AuthorizeSecurityGroupEgressRequest,Void> asyncHandler)
Adds one or more egress rules to a security group for use with a VPC.
|
Future<Void> |
AmazonEC2Async.authorizeSecurityGroupEgressAsync(AuthorizeSecurityGroupEgressRequest authorizeSecurityGroupEgressRequest,
AsyncHandler<AuthorizeSecurityGroupEgressRequest,Void> asyncHandler)
Adds one or more egress rules to a security group for use with a VPC.
|
Modifier and Type | Method and Description |
---|---|
AuthorizeSecurityGroupEgressRequest |
AuthorizeSecurityGroupEgressRequest.withCidrIp(String cidrIp)
The CIDR IP address range.
|
AuthorizeSecurityGroupEgressRequest |
AuthorizeSecurityGroupEgressRequest.withFromPort(Integer fromPort)
The start of port range for the TCP and UDP protocols, or an ICMP type
number.
|
AuthorizeSecurityGroupEgressRequest |
AuthorizeSecurityGroupEgressRequest.withGroupId(String groupId)
The ID of the security group.
|
AuthorizeSecurityGroupEgressRequest |
AuthorizeSecurityGroupEgressRequest.withIpPermissions(Collection<IpPermission> ipPermissions)
|
AuthorizeSecurityGroupEgressRequest |
AuthorizeSecurityGroupEgressRequest.withIpPermissions(IpPermission... ipPermissions)
|
AuthorizeSecurityGroupEgressRequest |
AuthorizeSecurityGroupEgressRequest.withIpProtocol(String ipProtocol)
|
AuthorizeSecurityGroupEgressRequest |
AuthorizeSecurityGroupEgressRequest.withSourceSecurityGroupName(String sourceSecurityGroupName)
[EC2-Classic, default VPC] The name of the source security group.
|
AuthorizeSecurityGroupEgressRequest |
AuthorizeSecurityGroupEgressRequest.withSourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId)
The ID of the source security group.
|
AuthorizeSecurityGroupEgressRequest |
AuthorizeSecurityGroupEgressRequest.withToPort(Integer toPort)
The end of port range for the TCP and UDP protocols, or an ICMP code
number.
|
Modifier and Type | Method and Description |
---|---|
Request<AuthorizeSecurityGroupEgressRequest> |
AuthorizeSecurityGroupEgressRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.