| Package | Description |
|---|---|
| software.amazon.awssdk.services.globalaccelerator.model |
| Modifier and Type | Method and Description |
|---|---|
CustomRoutingDestinationTrafficState |
DestinationPortMapping.destinationTrafficState()
Indicates whether or not a port mapping destination can receive traffic.
|
CustomRoutingDestinationTrafficState |
PortMapping.destinationTrafficState()
Indicates whether or not a port mapping destination can receive traffic.
|
static CustomRoutingDestinationTrafficState |
CustomRoutingDestinationTrafficState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static CustomRoutingDestinationTrafficState |
CustomRoutingDestinationTrafficState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomRoutingDestinationTrafficState[] |
CustomRoutingDestinationTrafficState.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<CustomRoutingDestinationTrafficState> |
CustomRoutingDestinationTrafficState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DestinationPortMapping.Builder |
DestinationPortMapping.Builder.destinationTrafficState(CustomRoutingDestinationTrafficState destinationTrafficState)
Indicates whether or not a port mapping destination can receive traffic.
|
PortMapping.Builder |
PortMapping.Builder.destinationTrafficState(CustomRoutingDestinationTrafficState destinationTrafficState)
Indicates whether or not a port mapping destination can receive traffic.
|
Copyright © 2023. All rights reserved.