Uses of Class
software.amazon.awssdk.services.vpclattice.model.ListenerProtocol
-
Packages that use ListenerProtocol Package Description software.amazon.awssdk.services.vpclattice.model -
-
Uses of ListenerProtocol in software.amazon.awssdk.services.vpclattice.model
Methods in software.amazon.awssdk.services.vpclattice.model that return ListenerProtocol Modifier and Type Method Description static ListenerProtocolListenerProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ListenerProtocolCreateListenerRequest. protocol()The listener protocol HTTP or HTTPS.ListenerProtocolCreateListenerResponse. protocol()The protocol of the listener.ListenerProtocolGetListenerResponse. protocol()The listener protocol.ListenerProtocolListenerSummary. protocol()The listener protocol.ListenerProtocolUpdateListenerResponse. protocol()The protocol of the listener.static ListenerProtocolListenerProtocol. valueOf(String name)Returns the enum constant of this type with the specified name.static ListenerProtocol[]ListenerProtocol. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.vpclattice.model that return types with arguments of type ListenerProtocol Modifier and Type Method Description static Set<ListenerProtocol>ListenerProtocol. knownValues()Methods in software.amazon.awssdk.services.vpclattice.model with parameters of type ListenerProtocol Modifier and Type Method Description CreateListenerRequest.BuilderCreateListenerRequest.Builder. protocol(ListenerProtocol protocol)The listener protocol HTTP or HTTPS.CreateListenerResponse.BuilderCreateListenerResponse.Builder. protocol(ListenerProtocol protocol)The protocol of the listener.GetListenerResponse.BuilderGetListenerResponse.Builder. protocol(ListenerProtocol protocol)The listener protocol.ListenerSummary.BuilderListenerSummary.Builder. protocol(ListenerProtocol protocol)The listener protocol.UpdateListenerResponse.BuilderUpdateListenerResponse.Builder. protocol(ListenerProtocol protocol)The protocol of the listener.
-