Uses of Class
software.amazon.awssdk.services.globalaccelerator.model.Protocol
-
Packages that use Protocol Package Description software.amazon.awssdk.services.globalaccelerator.model -
-
Uses of Protocol in software.amazon.awssdk.services.globalaccelerator.model
Methods in software.amazon.awssdk.services.globalaccelerator.model that return Protocol Modifier and Type Method Description static ProtocolProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProtocolCreateListenerRequest. protocol()The protocol for connections from clients to your accelerator.ProtocolListener. protocol()The protocol for the connections from clients to the accelerator.ProtocolUpdateListenerRequest. protocol()The updated protocol for the connections from clients to the accelerator.static ProtocolProtocol. 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.Methods in software.amazon.awssdk.services.globalaccelerator.model that return types with arguments of type Protocol Modifier and Type Method Description static Set<Protocol>Protocol. knownValues()List<Protocol>CustomRoutingDestinationDescription. protocols()The protocol for the endpoint group that is associated with a custom routing accelerator.Methods in software.amazon.awssdk.services.globalaccelerator.model with parameters of type Protocol Modifier and Type Method Description CreateListenerRequest.BuilderCreateListenerRequest.Builder. protocol(Protocol protocol)The protocol for connections from clients to your accelerator.Listener.BuilderListener.Builder. protocol(Protocol protocol)The protocol for the connections from clients to the accelerator.UpdateListenerRequest.BuilderUpdateListenerRequest.Builder. protocol(Protocol protocol)The updated protocol for the connections from clients to the accelerator.CustomRoutingDestinationDescription.BuilderCustomRoutingDestinationDescription.Builder. protocols(Protocol... protocols)The protocol for the endpoint group that is associated with a custom routing accelerator.Method parameters in software.amazon.awssdk.services.globalaccelerator.model with type arguments of type Protocol Modifier and Type Method Description CustomRoutingDestinationDescription.BuilderCustomRoutingDestinationDescription.Builder. protocols(Collection<Protocol> protocols)The protocol for the endpoint group that is associated with a custom routing accelerator.
-