| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static NetworkProtocol |
NetworkProtocol.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NetworkProtocol |
InstancePortInfo.protocol()
The IP protocol name.
|
NetworkProtocol |
InstancePortState.protocol()
The IP protocol name.
|
NetworkProtocol |
PortInfo.protocol()
The IP protocol name.
|
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 |
|---|---|
static Set<NetworkProtocol> |
NetworkProtocol.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InstancePortInfo.Builder |
InstancePortInfo.Builder.protocol(NetworkProtocol protocol)
The IP protocol name.
|
InstancePortState.Builder |
InstancePortState.Builder.protocol(NetworkProtocol protocol)
The IP protocol name.
|
PortInfo.Builder |
PortInfo.Builder.protocol(NetworkProtocol protocol)
The IP protocol name.
|
Copyright © 2023. All rights reserved.