Uses of Class
software.amazon.awssdk.services.networkmonitor.model.GetProbeResponse
-
Packages that use GetProbeResponse 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. -
-
Uses of GetProbeResponse in software.amazon.awssdk.services.networkmonitor
Methods in software.amazon.awssdk.services.networkmonitor that return GetProbeResponse Modifier and Type Method Description default GetProbeResponseNetworkMonitorClient. getProbe(Consumer<GetProbeRequest.Builder> getProbeRequest)Returns the details about a probe.default GetProbeResponseNetworkMonitorClient. getProbe(GetProbeRequest getProbeRequest)Returns the details about a probe.Methods in software.amazon.awssdk.services.networkmonitor that return types with arguments of type GetProbeResponse Modifier and Type Method Description default CompletableFuture<GetProbeResponse>NetworkMonitorAsyncClient. getProbe(Consumer<GetProbeRequest.Builder> getProbeRequest)Returns the details about a probe.default CompletableFuture<GetProbeResponse>NetworkMonitorAsyncClient. getProbe(GetProbeRequest getProbeRequest)Returns the details about a probe.
-