Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Method and Description |
---|---|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.clone() |
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withCidrIp(java.lang.String cidrIp)
The CIDR IP address range.
|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withFromPort(java.lang.Integer fromPort)
The start of port range for the TCP and UDP protocols, or an ICMP type
number.
|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withGroupId(java.lang.String groupId)
The ID of the security group.
|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withGroupName(java.lang.String groupName)
[EC2-Classic, default VPC] The name of the security group.
|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withIpPermissions(java.util.Collection<IpPermission> ipPermissions)
A set of IP permissions.
|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withIpPermissions(IpPermission... ipPermissions)
A set of IP permissions.
|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withIpProtocol(java.lang.String ipProtocol)
|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withSourceSecurityGroupName(java.lang.String sourceSecurityGroupName)
[EC2-Classic, default VPC] The name of the source security group.
|
RevokeSecurityGroupIngressRequest |
RevokeSecurityGroupIngressRequest.withSourceSecurityGroupOwnerId(java.lang.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(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
Request<RevokeSecurityGroupIngressRequest> |
RevokeSecurityGroupIngressRequestMarshaller.marshall(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest) |
Modifier and Type | Method and Description |
---|---|
Request<RevokeSecurityGroupIngressRequest> |
RevokeSecurityGroupIngressRequestMarshaller.marshall(RevokeSecurityGroupIngressRequest revokeSecurityGroupIngressRequest) |