Uses of Class
software.amazon.awssdk.services.networkmonitor.model.Protocol
-
Packages that use Protocol Package Description software.amazon.awssdk.services.networkmonitor.model -
-
Uses of Protocol in software.amazon.awssdk.services.networkmonitor.model
Methods in software.amazon.awssdk.services.networkmonitor.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.ProtocolCreateMonitorProbeInput. protocol()The protocol used for the network traffic between thesourceanddestination.ProtocolCreateProbeResponse. protocol()The protocol used for the network traffic between thesourceanddestination.ProtocolGetProbeResponse. protocol()The protocol used for the network traffic between thesourceanddestination.ProtocolProbe. protocol()The network protocol for the destination.ProtocolProbeInput. protocol()The protocol used for the network traffic between thesourceanddestination.ProtocolUpdateProbeRequest. protocol()The updated network protocol for the destination.ProtocolUpdateProbeResponse. protocol()The updated protocol for the probe.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.networkmonitor.model that return types with arguments of type Protocol Modifier and Type Method Description static Set<Protocol>Protocol. knownValues()Methods in software.amazon.awssdk.services.networkmonitor.model with parameters of type Protocol Modifier and Type Method Description CreateMonitorProbeInput.BuilderCreateMonitorProbeInput.Builder. protocol(Protocol protocol)The protocol used for the network traffic between thesourceanddestination.CreateProbeResponse.BuilderCreateProbeResponse.Builder. protocol(Protocol protocol)The protocol used for the network traffic between thesourceanddestination.GetProbeResponse.BuilderGetProbeResponse.Builder. protocol(Protocol protocol)The protocol used for the network traffic between thesourceanddestination.Probe.BuilderProbe.Builder. protocol(Protocol protocol)The network protocol for the destination.ProbeInput.BuilderProbeInput.Builder. protocol(Protocol protocol)The protocol used for the network traffic between thesourceanddestination.UpdateProbeRequest.BuilderUpdateProbeRequest.Builder. protocol(Protocol protocol)The updated network protocol for the destination.UpdateProbeResponse.BuilderUpdateProbeResponse.Builder. protocol(Protocol protocol)The updated protocol for the probe.
-