@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonNetworkMonitorAsyncClient extends AmazonNetworkMonitorClient implements AmazonNetworkMonitorAsync
AsyncHandler
can be used to
receive notification when an asynchronous operation completes.
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.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
builder, createMonitor, createProbe, deleteMonitor, deleteProbe, getCachedResponseMetadata, getMonitor, getProbe, listMonitors, listTagsForResource, tagResource, untagResource, updateMonitor, updateProbe
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createMonitor, createProbe, deleteMonitor, deleteProbe, getCachedResponseMetadata, getMonitor, getProbe, listMonitors, listTagsForResource, tagResource, untagResource, updateMonitor, updateProbe
public static AmazonNetworkMonitorAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<CreateMonitorResult> createMonitorAsync(CreateMonitorRequest request)
AmazonNetworkMonitorAsync
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.
createMonitorAsync
in interface AmazonNetworkMonitorAsync
public Future<CreateMonitorResult> createMonitorAsync(CreateMonitorRequest request, AsyncHandler<CreateMonitorRequest,CreateMonitorResult> asyncHandler)
AmazonNetworkMonitorAsync
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.
createMonitorAsync
in interface AmazonNetworkMonitorAsync
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.public Future<CreateProbeResult> createProbeAsync(CreateProbeRequest request)
AmazonNetworkMonitorAsync
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.
createProbeAsync
in interface AmazonNetworkMonitorAsync
public Future<CreateProbeResult> createProbeAsync(CreateProbeRequest request, AsyncHandler<CreateProbeRequest,CreateProbeResult> asyncHandler)
AmazonNetworkMonitorAsync
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.
createProbeAsync
in interface AmazonNetworkMonitorAsync
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.public Future<DeleteMonitorResult> deleteMonitorAsync(DeleteMonitorRequest request)
AmazonNetworkMonitorAsync
Deletes a specified monitor.
deleteMonitorAsync
in interface AmazonNetworkMonitorAsync
public Future<DeleteMonitorResult> deleteMonitorAsync(DeleteMonitorRequest request, AsyncHandler<DeleteMonitorRequest,DeleteMonitorResult> asyncHandler)
AmazonNetworkMonitorAsync
Deletes a specified monitor.
deleteMonitorAsync
in interface AmazonNetworkMonitorAsync
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.public Future<DeleteProbeResult> deleteProbeAsync(DeleteProbeRequest request)
AmazonNetworkMonitorAsync
Deletes the specified monitor. Once a probe is deleted you'll no longer incur any billing fees for that probe.
deleteProbeAsync
in interface AmazonNetworkMonitorAsync
public Future<DeleteProbeResult> deleteProbeAsync(DeleteProbeRequest request, AsyncHandler<DeleteProbeRequest,DeleteProbeResult> asyncHandler)
AmazonNetworkMonitorAsync
Deletes the specified monitor. Once a probe is deleted you'll no longer incur any billing fees for that probe.
deleteProbeAsync
in interface AmazonNetworkMonitorAsync
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.public Future<GetMonitorResult> getMonitorAsync(GetMonitorRequest request)
AmazonNetworkMonitorAsync
Returns details about a specific monitor.
getMonitorAsync
in interface AmazonNetworkMonitorAsync
public Future<GetMonitorResult> getMonitorAsync(GetMonitorRequest request, AsyncHandler<GetMonitorRequest,GetMonitorResult> asyncHandler)
AmazonNetworkMonitorAsync
Returns details about a specific monitor.
getMonitorAsync
in interface AmazonNetworkMonitorAsync
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.public Future<GetProbeResult> getProbeAsync(GetProbeRequest request)
AmazonNetworkMonitorAsync
Returns the details about a probe. You'll need both the monitorName
and probeId
.
getProbeAsync
in interface AmazonNetworkMonitorAsync
public Future<GetProbeResult> getProbeAsync(GetProbeRequest request, AsyncHandler<GetProbeRequest,GetProbeResult> asyncHandler)
AmazonNetworkMonitorAsync
Returns the details about a probe. You'll need both the monitorName
and probeId
.
getProbeAsync
in interface AmazonNetworkMonitorAsync
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.public Future<ListMonitorsResult> listMonitorsAsync(ListMonitorsRequest request)
AmazonNetworkMonitorAsync
Returns a list of all of your monitors.
listMonitorsAsync
in interface AmazonNetworkMonitorAsync
public Future<ListMonitorsResult> listMonitorsAsync(ListMonitorsRequest request, AsyncHandler<ListMonitorsRequest,ListMonitorsResult> asyncHandler)
AmazonNetworkMonitorAsync
Returns a list of all of your monitors.
listMonitorsAsync
in interface AmazonNetworkMonitorAsync
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.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonNetworkMonitorAsync
Lists the tags assigned to this resource.
listTagsForResourceAsync
in interface AmazonNetworkMonitorAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonNetworkMonitorAsync
Lists the tags assigned to this resource.
listTagsForResourceAsync
in interface AmazonNetworkMonitorAsync
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.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonNetworkMonitorAsync
Adds key-value pairs to a monitor or probe.
tagResourceAsync
in interface AmazonNetworkMonitorAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonNetworkMonitorAsync
Adds key-value pairs to a monitor or probe.
tagResourceAsync
in interface AmazonNetworkMonitorAsync
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.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonNetworkMonitorAsync
Removes a key-value pair from a monitor or probe.
untagResourceAsync
in interface AmazonNetworkMonitorAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonNetworkMonitorAsync
Removes a key-value pair from a monitor or probe.
untagResourceAsync
in interface AmazonNetworkMonitorAsync
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.public Future<UpdateMonitorResult> updateMonitorAsync(UpdateMonitorRequest request)
AmazonNetworkMonitorAsync
Updates the aggregationPeriod
for a monitor. Monitors support an aggregationPeriod
of
either 30
or 60
seconds.
updateMonitorAsync
in interface AmazonNetworkMonitorAsync
public Future<UpdateMonitorResult> updateMonitorAsync(UpdateMonitorRequest request, AsyncHandler<UpdateMonitorRequest,UpdateMonitorResult> asyncHandler)
AmazonNetworkMonitorAsync
Updates the aggregationPeriod
for a monitor. Monitors support an aggregationPeriod
of
either 30
or 60
seconds.
updateMonitorAsync
in interface AmazonNetworkMonitorAsync
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.public Future<UpdateProbeResult> updateProbeAsync(UpdateProbeRequest request)
AmazonNetworkMonitorAsync
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.
updateProbeAsync
in interface AmazonNetworkMonitorAsync
public Future<UpdateProbeResult> updateProbeAsync(UpdateProbeRequest request, AsyncHandler<UpdateProbeRequest,UpdateProbeResult> asyncHandler)
AmazonNetworkMonitorAsync
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.
updateProbeAsync
in interface AmazonNetworkMonitorAsync
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.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AmazonNetworkMonitor
shutdown
in class AmazonNetworkMonitorClient