Uses of Class
software.amazon.awssdk.services.networkmonitor.model.DeleteProbeResponse
-
Packages that use DeleteProbeResponse 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 DeleteProbeResponse in software.amazon.awssdk.services.networkmonitor
Methods in software.amazon.awssdk.services.networkmonitor that return DeleteProbeResponse Modifier and Type Method Description default DeleteProbeResponseNetworkMonitorClient. deleteProbe(Consumer<DeleteProbeRequest.Builder> deleteProbeRequest)Deletes the specified probe.default DeleteProbeResponseNetworkMonitorClient. deleteProbe(DeleteProbeRequest deleteProbeRequest)Deletes the specified probe.Methods in software.amazon.awssdk.services.networkmonitor that return types with arguments of type DeleteProbeResponse Modifier and Type Method Description default CompletableFuture<DeleteProbeResponse>NetworkMonitorAsyncClient. deleteProbe(Consumer<DeleteProbeRequest.Builder> deleteProbeRequest)Deletes the specified probe.default CompletableFuture<DeleteProbeResponse>NetworkMonitorAsyncClient. deleteProbe(DeleteProbeRequest deleteProbeRequest)Deletes the specified probe.
-