| Package | Description |
|---|---|
| com.amazonaws.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
static ListenerProtocol |
ListenerProtocol.fromValue(String value)
Use this in place of valueOf.
|
static ListenerProtocol |
ListenerProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListenerProtocol[] |
ListenerProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateListenerResult |
UpdateListenerResult.withProtocol(ListenerProtocol protocol)
The protocol of the listener.
|
GetListenerResult |
GetListenerResult.withProtocol(ListenerProtocol protocol)
The listener protocol.
|
CreateListenerResult |
CreateListenerResult.withProtocol(ListenerProtocol protocol)
The protocol of the listener.
|
CreateListenerRequest |
CreateListenerRequest.withProtocol(ListenerProtocol protocol)
The listener protocol HTTP or HTTPS.
|
ListenerSummary |
ListenerSummary.withProtocol(ListenerProtocol protocol)
The listener protocol.
|
Copyright © 2023. All rights reserved.