| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomRoutingProtocol |
CustomRoutingProtocol.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CustomRoutingProtocol |
CustomRoutingProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomRoutingProtocol[] |
CustomRoutingProtocol.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<CustomRoutingProtocol> |
CustomRoutingProtocol.knownValues()
|
List<CustomRoutingProtocol> |
CustomRoutingDestinationConfiguration.protocols()
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
List<CustomRoutingProtocol> |
PortMapping.protocols()
The protocols supported by the endpoint group.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRoutingDestinationConfiguration.Builder |
CustomRoutingDestinationConfiguration.Builder.protocols(CustomRoutingProtocol... protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
PortMapping.Builder |
PortMapping.Builder.protocols(CustomRoutingProtocol... protocols)
The protocols supported by the endpoint group.
|
| Modifier and Type | Method and Description |
|---|---|
CustomRoutingDestinationConfiguration.Builder |
CustomRoutingDestinationConfiguration.Builder.protocols(Collection<CustomRoutingProtocol> protocols)
The protocol for the endpoint group that is associated with a custom routing accelerator.
|
PortMapping.Builder |
PortMapping.Builder.protocols(Collection<CustomRoutingProtocol> protocols)
The protocols supported by the endpoint group.
|
Copyright © 2022. All rights reserved.