Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.CustomRoutingDestinationTrafficState
-
Packages that use CustomRoutingDestinationTrafficState Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of CustomRoutingDestinationTrafficState in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return CustomRoutingDestinationTrafficState Modifier and Type Method Description CustomRoutingDestinationTrafficStateDestinationPortMapping. destinationTrafficState()Indicates whether or not a port mapping destination can receive traffic.CustomRoutingDestinationTrafficStatePortMapping. destinationTrafficState()Indicates whether or not a port mapping destination can receive traffic.static CustomRoutingDestinationTrafficStateCustomRoutingDestinationTrafficState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CustomRoutingDestinationTrafficStateCustomRoutingDestinationTrafficState. 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.Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type CustomRoutingDestinationTrafficState Modifier and Type Method Description static Set<CustomRoutingDestinationTrafficState>CustomRoutingDestinationTrafficState. knownValues()Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type CustomRoutingDestinationTrafficState Modifier and Type Method Description DestinationPortMapping.BuilderDestinationPortMapping.Builder. destinationTrafficState(CustomRoutingDestinationTrafficState destinationTrafficState)Indicates whether or not a port mapping destination can receive traffic.PortMapping.BuilderPortMapping.Builder. destinationTrafficState(CustomRoutingDestinationTrafficState destinationTrafficState)Indicates whether or not a port mapping destination can receive traffic.
-