| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
static Protocol |
Protocol.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Protocol |
Listener.protocol()
The protocol for the connections from clients to the accelerator.
|
Protocol |
CreateListenerRequest.protocol()
The protocol for connections from clients to your accelerator.
|
Protocol |
UpdateListenerRequest.protocol()
The updated protocol for the connections from clients to the accelerator.
|
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 |
|---|---|
static Set<Protocol> |
Protocol.knownValues()
|
List<Protocol> |
CustomRoutingDestinationDescription.protocols()
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
Listener.Builder |
Listener.Builder.protocol(Protocol protocol)
The protocol for the connections from clients to the accelerator.
|
CreateListenerRequest.Builder |
CreateListenerRequest.Builder.protocol(Protocol protocol)
The protocol for connections from clients to your accelerator.
|
UpdateListenerRequest.Builder |
UpdateListenerRequest.Builder.protocol(Protocol protocol)
The updated protocol for the connections from clients to the accelerator.
|
CustomRoutingDestinationDescription.Builder |
CustomRoutingDestinationDescription.Builder.protocols(Protocol... protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRoutingDestinationDescription.Builder |
CustomRoutingDestinationDescription.Builder.protocols(Collection<Protocol> protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
Copyright © 2023. All rights reserved.