Uses of Class
software.amazon.awssdk.services.networkmonitor.model.CreateProbeResponse
-
Packages that use CreateProbeResponse 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 CreateProbeResponse in software.amazon.awssdk.services.networkmonitor
Methods in software.amazon.awssdk.services.networkmonitor that return CreateProbeResponse Modifier and Type Method Description default CreateProbeResponseNetworkMonitorClient. createProbe(Consumer<CreateProbeRequest.Builder> createProbeRequest)Create a probe within a monitor.default CreateProbeResponseNetworkMonitorClient. createProbe(CreateProbeRequest createProbeRequest)Create a probe within a monitor.Methods in software.amazon.awssdk.services.networkmonitor that return types with arguments of type CreateProbeResponse Modifier and Type Method Description default CompletableFuture<CreateProbeResponse>NetworkMonitorAsyncClient. createProbe(Consumer<CreateProbeRequest.Builder> createProbeRequest)Create a probe within a monitor.default CompletableFuture<CreateProbeResponse>NetworkMonitorAsyncClient. createProbe(CreateProbeRequest createProbeRequest)Create a probe within a monitor.
-