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