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.revokeSecurityGroupIngress(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
Removes one or more ingress rules from a security group.
|
void |
AmazonEC2Client.revokeSecurityGroupIngress(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
Removes one or more ingress rules from a security group.
|
Future<Void> |
AmazonEC2AsyncClient.revokeSecurityGroupIngressAsync(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
Removes one or more ingress rules from a security group.
|
Future<Void> |
AmazonEC2Async.revokeSecurityGroupIngressAsync(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest)
Removes one or more ingress rules from a security group.
|
Future<Void> |
AmazonEC2AsyncClient.revokeSecurityGroupIngressAsync(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest,
AsyncHandler<RevokeSecurityGroupIngressRequest,Void> asyncHandler)
Removes one or more ingress rules from a security group.
|
Future<Void> |
AmazonEC2Async.revokeSecurityGroupIngressAsync(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest,
AsyncHandler<RevokeSecurityGroupIngressRequest,Void> asyncHandler)
Removes one or more ingress rules from a security group.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.revokeSecurityGroupIngressAsync(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest,
AsyncHandler<RevokeSecurityGroupIngressRequest,Void> asyncHandler)
Removes one or more ingress rules from a security group.
|
Future<Void> |
AmazonEC2Async.revokeSecurityGroupIngressAsync(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest,
AsyncHandler<RevokeSecurityGroupIngressRequest,Void> asyncHandler)
Removes one or more ingress rules from a security group.
|
Modifier and Type | Method and Description |
---|---|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withCidrIp(String cidrIp)
The CIDR IP address range.
|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withFromPort(Integer fromPort)
The start of port range for the TCP and UDP protocols, or an ICMP type
number.
|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withGroupId(String groupId)
The ID of the security group.
|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withGroupName(String groupName)
[EC2-Classic, default VPC] The name of the security group.
|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withIpPermissions(Collection<IpPermission> ipPermissions)
|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withIpPermissions(IpPermission... ipPermissions)
|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withIpProtocol(String ipProtocol)
|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withSourceSecurityGroupName(String sourceSecurityGroupName)
[EC2-Classic, default VPC] The name of the source security group.
|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withSourceSecurityGroupOwnerId(String sourceSecurityGroupOwnerId)
The ID of the source security group.
|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.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<RevokeSecurityGroupIngressRequest> |
RevokeSecurityGroupIngressRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2014. All rights reserved.