Uses of Interface
software.amazon.awssdk.services.networkmonitor.model.UpdateProbeRequest.Builder
-
Packages that use UpdateProbeRequest.Builder Package Description software.amazon.awssdk.services.networkmonitor Amazon CloudWatch Network Monitor is an Amazon Web Services active network monitoring service that identifies if a network issues exists within the Amazon Web Services network or your own company network.software.amazon.awssdk.services.networkmonitor.model -
-
Uses of UpdateProbeRequest.Builder in software.amazon.awssdk.services.networkmonitor
Method parameters in software.amazon.awssdk.services.networkmonitor with type arguments of type UpdateProbeRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateProbeResponse>NetworkMonitorAsyncClient. updateProbe(Consumer<UpdateProbeRequest.Builder> updateProbeRequest)Updates a monitor probe.default UpdateProbeResponseNetworkMonitorClient. updateProbe(Consumer<UpdateProbeRequest.Builder> updateProbeRequest)Updates a monitor probe. -
Uses of UpdateProbeRequest.Builder in software.amazon.awssdk.services.networkmonitor.model
Methods in software.amazon.awssdk.services.networkmonitor.model that return UpdateProbeRequest.Builder Modifier and Type Method Description static UpdateProbeRequest.BuilderUpdateProbeRequest. builder()UpdateProbeRequest.BuilderUpdateProbeRequest.Builder. destination(String destination)The updated IP address for the probe destination.UpdateProbeRequest.BuilderUpdateProbeRequest.Builder. destinationPort(Integer destinationPort)The updated port for the probe destination.UpdateProbeRequest.BuilderUpdateProbeRequest.Builder. monitorName(String monitorName)The name of the monitor that the probe was updated for.UpdateProbeRequest.BuilderUpdateProbeRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateProbeRequest.BuilderUpdateProbeRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateProbeRequest.BuilderUpdateProbeRequest.Builder. packetSize(Integer packetSize)he updated packets size for network traffic between the source and destination.UpdateProbeRequest.BuilderUpdateProbeRequest.Builder. probeId(String probeId)The ID of the probe to update.UpdateProbeRequest.BuilderUpdateProbeRequest.Builder. protocol(String protocol)The updated network protocol for the destination.UpdateProbeRequest.BuilderUpdateProbeRequest.Builder. protocol(Protocol protocol)The updated network protocol for the destination.UpdateProbeRequest.BuilderUpdateProbeRequest.Builder. state(String state)The state of the probe update.UpdateProbeRequest.BuilderUpdateProbeRequest.Builder. state(ProbeState state)The state of the probe update.UpdateProbeRequest.BuilderUpdateProbeRequest. toBuilder()Methods in software.amazon.awssdk.services.networkmonitor.model that return types with arguments of type UpdateProbeRequest.Builder Modifier and Type Method Description static Class<? extends UpdateProbeRequest.Builder>UpdateProbeRequest. serializableBuilderClass()
-