Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.CustomRoutingProtocol
-
Packages that use CustomRoutingProtocol Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of CustomRoutingProtocol in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return CustomRoutingProtocol Modifier and Type Method Description static CustomRoutingProtocolCustomRoutingProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CustomRoutingProtocolCustomRoutingProtocol. 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.Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type CustomRoutingProtocol Modifier and Type Method 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.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type CustomRoutingProtocol Modifier and Type Method Description CustomRoutingDestinationConfiguration.BuilderCustomRoutingDestinationConfiguration.Builder. protocols(CustomRoutingProtocol... protocols)The protocol for the endpoint group that is associated with a custom routing accelerator.PortMapping.BuilderPortMapping.Builder. protocols(CustomRoutingProtocol... protocols)The protocols supported by the endpoint group.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type CustomRoutingProtocol Modifier and Type Method Description CustomRoutingDestinationConfiguration.BuilderCustomRoutingDestinationConfiguration.Builder. protocols(Collection<CustomRoutingProtocol> protocols)The protocol for the endpoint group that is associated with a custom routing accelerator.PortMapping.BuilderPortMapping.Builder. protocols(Collection<CustomRoutingProtocol> protocols)The protocols supported by the endpoint group.
-