Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.clone() |
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)
A set of IP permissions.
|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withIpPermissions(IpPermission... ipPermissions)
A set of IP permissions.
|
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)
[EC2-Classic] The AWS account ID of the source security group, if the
source security group is in a different account.
|
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 © 2018. All rights reserved.