@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonNetworkMonitorAsync extends AmazonNetworkMonitor
AsyncHandler
can be used to
receive notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonNetworkMonitorAsync
instead.
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. Within Network Monitor you'll choose the source VPCs and subnets from the Amazon Web Services network in which you operate and then you'll choose the destination IP addresses from your on-premises network. From these sources and destinations, Network Monitor creates a monitor containing all the possible source and destination combinations, each of which is called a probe, within a single monitor. These probes then monitor network traffic to help you identify where network issues might be affecting your traffic.
For more information, see Using Amazon CloudWatch Network Monitor in the Amazon CloudWatch User Guide.
ENDPOINT_PREFIX
createMonitor, createProbe, deleteMonitor, deleteProbe, getCachedResponseMetadata, getMonitor, getProbe, listMonitors, listTagsForResource, shutdown, tagResource, untagResource, updateMonitor, updateProbe
Future<CreateMonitorResult> createMonitorAsync(CreateMonitorRequest createMonitorRequest)
Creates 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.
createMonitorRequest
- Future<CreateMonitorResult> createMonitorAsync(CreateMonitorRequest createMonitorRequest, AsyncHandler<CreateMonitorRequest,CreateMonitorResult> asyncHandler)
Creates 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.
createMonitorRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<CreateProbeResult> createProbeAsync(CreateProbeRequest createProbeRequest)
Create 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.
createProbeRequest
- Future<CreateProbeResult> createProbeAsync(CreateProbeRequest createProbeRequest, AsyncHandler<CreateProbeRequest,CreateProbeResult> asyncHandler)
Create 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.
createProbeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteMonitorResult> deleteMonitorAsync(DeleteMonitorRequest deleteMonitorRequest)
Deletes a specified monitor.
deleteMonitorRequest
- Future<DeleteMonitorResult> deleteMonitorAsync(DeleteMonitorRequest deleteMonitorRequest, AsyncHandler<DeleteMonitorRequest,DeleteMonitorResult> asyncHandler)
Deletes a specified monitor.
deleteMonitorRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<DeleteProbeResult> deleteProbeAsync(DeleteProbeRequest deleteProbeRequest)
Deletes the specified monitor. Once a probe is deleted you'll no longer incur any billing fees for that probe.
deleteProbeRequest
- Future<DeleteProbeResult> deleteProbeAsync(DeleteProbeRequest deleteProbeRequest, AsyncHandler<DeleteProbeRequest,DeleteProbeResult> asyncHandler)
Deletes the specified monitor. Once a probe is deleted you'll no longer incur any billing fees for that probe.
deleteProbeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetMonitorResult> getMonitorAsync(GetMonitorRequest getMonitorRequest)
Returns details about a specific monitor.
getMonitorRequest
- Future<GetMonitorResult> getMonitorAsync(GetMonitorRequest getMonitorRequest, AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler)
Returns details about a specific monitor.
getMonitorRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<GetProbeResult> getProbeAsync(GetProbeRequest getProbeRequest)
Returns the details about a probe. You'll need both the monitorName
and probeId
.
getProbeRequest
- Future<GetProbeResult> getProbeAsync(GetProbeRequest getProbeRequest, AsyncHandler<GetProbeRequest,GetProbeResult> asyncHandler)
Returns the details about a probe. You'll need both the monitorName
and probeId
.
getProbeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListMonitorsResult> listMonitorsAsync(ListMonitorsRequest listMonitorsRequest)
Returns a list of all of your monitors.
listMonitorsRequest
- Future<ListMonitorsResult> listMonitorsAsync(ListMonitorsRequest listMonitorsRequest, AsyncHandler<ListMonitorsRequest,ListMonitorsResult> asyncHandler)
Returns a list of all of your monitors.
listMonitorsRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest)
Lists the tags assigned to this resource.
listTagsForResourceRequest
- Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest listTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
Lists the tags assigned to this resource.
listTagsForResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest)
Adds key-value pairs to a monitor or probe.
tagResourceRequest
- Future<TagResourceResult> tagResourceAsync(TagResourceRequest tagResourceRequest, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
Adds key-value pairs to a monitor or probe.
tagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest)
Removes a key-value pair from a monitor or probe.
untagResourceRequest
- Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest untagResourceRequest, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
Removes a key-value pair from a monitor or probe.
untagResourceRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateMonitorResult> updateMonitorAsync(UpdateMonitorRequest updateMonitorRequest)
Updates the aggregationPeriod
for a monitor. Monitors support an aggregationPeriod
of
either 30
or 60
seconds.
updateMonitorRequest
- Future<UpdateMonitorResult> updateMonitorAsync(UpdateMonitorRequest updateMonitorRequest, AsyncHandler<UpdateMonitorRequest,UpdateMonitorResult> asyncHandler)
Updates the aggregationPeriod
for a monitor. Monitors support an aggregationPeriod
of
either 30
or 60
seconds.
updateMonitorRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Future<UpdateProbeResult> updateProbeAsync(UpdateProbeRequest updateProbeRequest)
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.
updateProbeRequest
- Future<UpdateProbeResult> updateProbeAsync(UpdateProbeRequest updateProbeRequest, AsyncHandler<UpdateProbeRequest,UpdateProbeResult> asyncHandler)
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.
updateProbeRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.