| Package | Description |
|---|---|
| software.amazon.awssdk.services.vpclattice.model |
| Modifier and Type | Method and Description |
|---|---|
static ListenerProtocol |
ListenerProtocol.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ListenerProtocol |
CreateListenerRequest.protocol()
The listener protocol HTTP or HTTPS.
|
ListenerProtocol |
ListenerSummary.protocol()
The listener protocol.
|
ListenerProtocol |
GetListenerResponse.protocol()
The listener protocol.
|
ListenerProtocol |
UpdateListenerResponse.protocol()
The protocol of the listener.
|
ListenerProtocol |
CreateListenerResponse.protocol()
The protocol of the listener.
|
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 |
|---|---|
static Set<ListenerProtocol> |
ListenerProtocol.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.protocol(ListenerProtocol protocol)
The listener protocol HTTP or HTTPS.
|
ListenerSummary.Builder |
ListenerSummary.Builder.protocol(ListenerProtocol protocol)
The listener protocol.
|
GetListenerResponse.Builder |
GetListenerResponse.Builder.protocol(ListenerProtocol protocol)
The listener protocol.
|
UpdateListenerResponse.Builder |
UpdateListenerResponse.Builder.protocol(ListenerProtocol protocol)
The protocol of the listener.
|
CreateListenerResponse.Builder |
CreateListenerResponse.Builder.protocol(ListenerProtocol protocol)
The protocol of the listener.
|
Copyright © 2023. All rights reserved.