| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Protocol |
PortProps.getProtocol()
The protocol for the range.
|
Protocol |
PortProps.Jsii$Proxy.getProtocol() |
static Protocol |
Protocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Protocol[] |
Protocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Port.Builder |
Port.Builder.protocol(Protocol protocol)
The protocol for the range.
|
PortProps.Builder |
PortProps.Builder.protocol(Protocol protocol)
Sets the value of
PortProps.getProtocol() |
Copyright © 2022. All rights reserved.