@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonNetworkMonitor extends Object implements AmazonNetworkMonitor
AmazonNetworkMonitor. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
CreateMonitorResult |
createMonitor(CreateMonitorRequest request)
Creates a monitor between a source subnet and destination IP address.
|
CreateProbeResult |
createProbe(CreateProbeRequest request)
Create a probe within a monitor.
|
DeleteMonitorResult |
deleteMonitor(DeleteMonitorRequest request)
Deletes a specified monitor.
|
DeleteProbeResult |
deleteProbe(DeleteProbeRequest request)
Deletes the specified monitor.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
GetMonitorResult |
getMonitor(GetMonitorRequest request)
Returns details about a specific monitor.
|
GetProbeResult |
getProbe(GetProbeRequest request)
Returns the details about a probe.
|
ListMonitorsResult |
listMonitors(ListMonitorsRequest request)
Returns a list of all of your monitors.
|
ListTagsForResourceResult |
listTagsForResource(ListTagsForResourceRequest request)
Lists the tags assigned to this resource.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
TagResourceResult |
tagResource(TagResourceRequest request)
Adds key-value pairs to a monitor or probe.
|
UntagResourceResult |
untagResource(UntagResourceRequest request)
Removes a key-value pair from a monitor or probe.
|
UpdateMonitorResult |
updateMonitor(UpdateMonitorRequest request)
Updates the
aggregationPeriod for a monitor. |
UpdateProbeResult |
updateProbe(UpdateProbeRequest request)
Updates a monitor probe.
|
public CreateMonitorResult createMonitor(CreateMonitorRequest request)
AmazonNetworkMonitorCreates a monitor between a source subnet and destination IP address. Within a monitor you'll create one or more probes that monitor network traffic between your source Amazon Web Services VPC subnets and your destination IP addresses. Each probe then aggregates and sends metrics to Amazon CloudWatch.
createMonitor in interface AmazonNetworkMonitorpublic CreateProbeResult createProbe(CreateProbeRequest request)
AmazonNetworkMonitorCreate a probe within a monitor. Once you create a probe, and it begins monitoring your network traffic, you'll incur billing charges for that probe.
createProbe in interface AmazonNetworkMonitorpublic DeleteMonitorResult deleteMonitor(DeleteMonitorRequest request)
AmazonNetworkMonitorDeletes a specified monitor.
deleteMonitor in interface AmazonNetworkMonitorpublic DeleteProbeResult deleteProbe(DeleteProbeRequest request)
AmazonNetworkMonitorDeletes the specified monitor. Once a probe is deleted you'll no longer incur any billing fees for that probe.
deleteProbe in interface AmazonNetworkMonitorpublic GetMonitorResult getMonitor(GetMonitorRequest request)
AmazonNetworkMonitorReturns details about a specific monitor.
getMonitor in interface AmazonNetworkMonitorpublic GetProbeResult getProbe(GetProbeRequest request)
AmazonNetworkMonitor
Returns the details about a probe. You'll need both the monitorName and probeId.
getProbe in interface AmazonNetworkMonitorpublic ListMonitorsResult listMonitors(ListMonitorsRequest request)
AmazonNetworkMonitorReturns a list of all of your monitors.
listMonitors in interface AmazonNetworkMonitorpublic ListTagsForResourceResult listTagsForResource(ListTagsForResourceRequest request)
AmazonNetworkMonitorLists the tags assigned to this resource.
listTagsForResource in interface AmazonNetworkMonitorpublic TagResourceResult tagResource(TagResourceRequest request)
AmazonNetworkMonitorAdds key-value pairs to a monitor or probe.
tagResource in interface AmazonNetworkMonitorpublic UntagResourceResult untagResource(UntagResourceRequest request)
AmazonNetworkMonitorRemoves a key-value pair from a monitor or probe.
untagResource in interface AmazonNetworkMonitorpublic UpdateMonitorResult updateMonitor(UpdateMonitorRequest request)
AmazonNetworkMonitor
Updates the aggregationPeriod for a monitor. Monitors support an aggregationPeriod of
either 30 or 60 seconds.
updateMonitor in interface AmazonNetworkMonitorpublic UpdateProbeResult updateProbe(UpdateProbeRequest request)
AmazonNetworkMonitor
Updates a monitor probe. This action requires both the monitorName and probeId
parameters. Run ListMonitors to get a list of monitor names. Run GetMonitor to get a
list of probes and probe IDs.
updateProbe in interface AmazonNetworkMonitorpublic void shutdown()
AmazonNetworkMonitorshutdown in interface AmazonNetworkMonitorpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonNetworkMonitorResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AmazonNetworkMonitorrequest - The originally executed request.