Uses of Interface
software.amazon.awssdk.services.networkmonitor.model.ProbeInput.Builder
-
Packages that use ProbeInput.Builder Package Description software.amazon.awssdk.services.networkmonitor.model -
-
Uses of ProbeInput.Builder in software.amazon.awssdk.services.networkmonitor.model
Methods in software.amazon.awssdk.services.networkmonitor.model that return ProbeInput.Builder Modifier and Type Method Description static ProbeInput.BuilderProbeInput. builder()ProbeInput.BuilderProbeInput.Builder. destination(String destination)The destination IP address.ProbeInput.BuilderProbeInput.Builder. destinationPort(Integer destinationPort)The port associated with thedestination.ProbeInput.BuilderProbeInput.Builder. packetSize(Integer packetSize)The size of the packets sent between the source and destination.ProbeInput.BuilderProbeInput.Builder. protocol(String protocol)The protocol used for the network traffic between thesourceanddestination.ProbeInput.BuilderProbeInput.Builder. protocol(Protocol protocol)The protocol used for the network traffic between thesourceanddestination.ProbeInput.BuilderProbeInput.Builder. sourceArn(String sourceArn)The ARN of the subnet.ProbeInput.BuilderProbeInput.Builder. tags(Map<String,String> tags)The list of key-value pairs created and assigned to the monitor.ProbeInput.BuilderProbeInput. toBuilder()Methods in software.amazon.awssdk.services.networkmonitor.model that return types with arguments of type ProbeInput.Builder Modifier and Type Method Description static Class<? extends ProbeInput.Builder>ProbeInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.networkmonitor.model with type arguments of type ProbeInput.Builder Modifier and Type Method Description default CreateProbeRequest.BuilderCreateProbeRequest.Builder. probe(Consumer<ProbeInput.Builder> probe)Describes the details of an individual probe for a monitor.
-