| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static PortRange.Builder |
PortRange.builder() |
PortRange.Builder |
PortRange.Builder.from(Integer from)
The first port in the range.
|
PortRange.Builder |
PortRange.Builder.to(Integer to)
The last port in the range.
|
PortRange.Builder |
PortRange.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PortRange.Builder> |
PortRange.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ReplaceNetworkAclEntryRequest.Builder |
ReplaceNetworkAclEntryRequest.Builder.portRange(Consumer<PortRange.Builder> portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
default CreateNetworkAclEntryRequest.Builder |
CreateNetworkAclEntryRequest.Builder.portRange(Consumer<PortRange.Builder> portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
default NetworkAclEntry.Builder |
NetworkAclEntry.Builder.portRange(Consumer<PortRange.Builder> portRange)
TCP or UDP protocols: The range of ports the rule applies to.
|
Copyright © 2019. All rights reserved.