| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static NetworkProtocol |
NetworkProtocol.fromValue(String value)
Use this in place of valueOf.
|
static NetworkProtocol |
NetworkProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkProtocol[] |
NetworkProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstancePortInfo.setProtocol(NetworkProtocol protocol)
The IP protocol name.
|
void |
InstancePortState.setProtocol(NetworkProtocol protocol)
The IP protocol name.
|
void |
PortInfo.setProtocol(NetworkProtocol protocol)
The IP protocol name.
|
InstancePortInfo |
InstancePortInfo.withProtocol(NetworkProtocol protocol)
The IP protocol name.
|
InstancePortState |
InstancePortState.withProtocol(NetworkProtocol protocol)
The IP protocol name.
|
PortInfo |
PortInfo.withProtocol(NetworkProtocol protocol)
The IP protocol name.
|
Copyright © 2023. All rights reserved.