Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
PortRange |
ReplaceNetworkAclEntryRequest.getPortRange()
TCP or UDP protocols: The range of ports the rule applies to.
|
PortRange |
NetworkAclEntry.getPortRange()
TCP or UDP protocols: The range of ports the rule applies to.
|
PortRange |
CreateNetworkAclEntryRequest.getPortRange()
TCP or UDP protocols: The range of ports the rule applies to.
|
PortRange |
PortRange.withFrom(Integer from)
The first port in the range.
|
PortRange |
PortRange.withTo(Integer to)
The last port in the range.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplaceNetworkAclEntryRequest.setPortRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
void |
NetworkAclEntry.setPortRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
void |
CreateNetworkAclEntryRequest.setPortRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
ReplaceNetworkAclEntryRequest |
ReplaceNetworkAclEntryRequest.withPortRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
NetworkAclEntry |
NetworkAclEntry.withPortRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
CreateNetworkAclEntryRequest |
CreateNetworkAclEntryRequest.withPortRange(PortRange portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
Copyright © 2014. All rights reserved.