Java com.amazonaws.services.ec2.model RevokeSecurityGroupIngressRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ec2.model RevokeSecurityGroupIngressRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ec2.model RevokeSecurityGroupIngressRequest.

The text is from its open source code.

Constructor

RevokeSecurityGroupIngressRequest(String groupName, java.util.List ipPermissions)
Constructs a new RevokeSecurityGroupIngressRequest object.
RevokeSecurityGroupIngressRequest()
Default constructor for RevokeSecurityGroupIngressRequest object.

Method

voidsetCidrIp(String cidrIp)

The CIDR IP address range.

voidsetFromPort(Integer fromPort)

The start of port range for the TCP and UDP protocols, or an ICMP type number.

voidsetGroupName(String groupName)

[EC2-Classic, default VPC] The name of the security group.

voidsetIpPermissions(java.util.Collection ipPermissions)

The sets of IP permissions.

voidsetIpProtocol(String ipProtocol)

The IP protocol name (tcp, udp, icmp) or number (see Protocol Numbers).

voidsetToPort(Integer toPort)

The end of port range for the TCP and UDP protocols, or an ICMP code number.

RevokeSecurityGroupIngressRequestwithGroupId(String groupId)

The ID of the security group.

RevokeSecurityGroupIngressRequestwithGroupName(String groupName)

[EC2-Classic, default VPC] The name of the security group.

RevokeSecurityGroupIngressRequestwithIpPermissions(IpPermission... ipPermissions)

The sets of IP permissions.

RevokeSecurityGroupIngressRequestwithIpPermissions(java.util.Collection ipPermissions)

The sets of IP permissions.