Skip navigation links
A B C D E F G H I L M N P R S T U V W 

A

AbstractAmazonInternetMonitor - Class in com.amazonaws.services.internetmonitor
Abstract implementation of AmazonInternetMonitor.
AbstractAmazonInternetMonitor() - Constructor for class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitor
 
AbstractAmazonInternetMonitorAsync - Class in com.amazonaws.services.internetmonitor
Abstract implementation of AmazonInternetMonitorAsync.
AbstractAmazonInternetMonitorAsync() - Constructor for class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
AccessDeniedException - Exception in com.amazonaws.services.internetmonitor.model
You don't have sufficient permission to perform this action.
AccessDeniedException(String) - Constructor for exception com.amazonaws.services.internetmonitor.model.AccessDeniedException
Constructs a new AccessDeniedException with the specified error message.
addTagsEntry(String, String) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
Add a single Tags entry
addTagsEntry(String, String) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
Add a single Tags entry
addTagsEntry(String, String) - Method in class com.amazonaws.services.internetmonitor.model.ListTagsForResourceResult
Add a single Tags entry
addTagsEntry(String, String) - Method in class com.amazonaws.services.internetmonitor.model.TagResourceRequest
Add a single Tags entry
AmazonInternetMonitor - Interface in com.amazonaws.services.internetmonitor
Interface for accessing Amazon CloudWatch Internet Monitor.
AmazonInternetMonitorAsync - Interface in com.amazonaws.services.internetmonitor
Interface for accessing Amazon CloudWatch Internet Monitor asynchronously.
AmazonInternetMonitorAsyncClient - Class in com.amazonaws.services.internetmonitor
Client for accessing Amazon CloudWatch Internet Monitor asynchronously.
AmazonInternetMonitorAsyncClientBuilder - Class in com.amazonaws.services.internetmonitor
Fluent builder for AmazonInternetMonitorAsync.
AmazonInternetMonitorClient - Class in com.amazonaws.services.internetmonitor
Client for accessing Amazon CloudWatch Internet Monitor.
AmazonInternetMonitorClientBuilder - Class in com.amazonaws.services.internetmonitor
Fluent builder for AmazonInternetMonitor.
AmazonInternetMonitorException - Exception in com.amazonaws.services.internetmonitor.model
Base exception for all service exceptions thrown by Amazon CloudWatch Internet Monitor
AmazonInternetMonitorException(String) - Constructor for exception com.amazonaws.services.internetmonitor.model.AmazonInternetMonitorException
Constructs a new AmazonInternetMonitorException with the specified error message.
asyncBuilder() - Static method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
AvailabilityMeasurement - Class in com.amazonaws.services.internetmonitor.model
Measurements about the availability for your application on the internet, calculated by Amazon CloudWatch Internet Monitor.
AvailabilityMeasurement() - Constructor for class com.amazonaws.services.internetmonitor.model.AvailabilityMeasurement
 

B

BadRequestException - Exception in com.amazonaws.services.internetmonitor.model
A bad request was received.
BadRequestException(String) - Constructor for exception com.amazonaws.services.internetmonitor.model.BadRequestException
Constructs a new BadRequestException with the specified error message.
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClientBuilder
Construct an asynchronous implementation of AmazonInternetMonitorAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorClientBuilder
Construct a synchronous implementation of AmazonInternetMonitor using the current builder configuration.
builder() - Static method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorClient
 

C

clearTagsEntries() - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
Removes all the entries added into Tags.
clearTagsEntries() - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
Removes all the entries added into Tags.
clearTagsEntries() - Method in class com.amazonaws.services.internetmonitor.model.ListTagsForResourceResult
Removes all the entries added into Tags.
clearTagsEntries() - Method in class com.amazonaws.services.internetmonitor.model.TagResourceRequest
Removes all the entries added into Tags.
clone() - Method in class com.amazonaws.services.internetmonitor.model.AvailabilityMeasurement
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorResult
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.DeleteMonitorRequest
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.DeleteMonitorResult
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventRequest
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorRequest
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.InternetHealth
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsResult
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsRequest
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsResult
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.ListTagsForResourceRequest
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.ListTagsForResourceResult
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.Monitor
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.Network
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.NetworkImpairment
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.PerformanceMeasurement
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.RoundTripTime
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.TagResourceRequest
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.TagResourceResult
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.UntagResourceRequest
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.UntagResourceResult
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
 
clone() - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorResult
 
com.amazonaws.services.internetmonitor - package com.amazonaws.services.internetmonitor
Amazon CloudWatch Internet Monitor provides visibility into how internet issues impact the performance and availability between your applications hosted on Amazon Web Services and your end users, reducing the time it takes for you to diagnose these issues, from days to minutes.
com.amazonaws.services.internetmonitor.model - package com.amazonaws.services.internetmonitor.model
 
configFactory - Static variable in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorClient
Client configuration factory providing ClientConfigurations tailored to this client
ConflictException - Exception in com.amazonaws.services.internetmonitor.model
The requested resource is in use.
ConflictException(String) - Constructor for exception com.amazonaws.services.internetmonitor.model.ConflictException
Constructs a new ConflictException with the specified error message.
createMonitor(CreateMonitorRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitor
 
createMonitor(CreateMonitorRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitor
Creates a monitor in Amazon CloudWatch Internet Monitor.
createMonitor(CreateMonitorRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorClient
Creates a monitor in Amazon CloudWatch Internet Monitor.
createMonitorAsync(CreateMonitorRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
createMonitorAsync(CreateMonitorRequest, AsyncHandler<CreateMonitorRequest, CreateMonitorResult>) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
createMonitorAsync(CreateMonitorRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Creates a monitor in Amazon CloudWatch Internet Monitor.
createMonitorAsync(CreateMonitorRequest, AsyncHandler<CreateMonitorRequest, CreateMonitorResult>) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Creates a monitor in Amazon CloudWatch Internet Monitor.
createMonitorAsync(CreateMonitorRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
createMonitorAsync(CreateMonitorRequest, AsyncHandler<CreateMonitorRequest, CreateMonitorResult>) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
CreateMonitorRequest - Class in com.amazonaws.services.internetmonitor.model
 
CreateMonitorRequest() - Constructor for class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
 
CreateMonitorResult - Class in com.amazonaws.services.internetmonitor.model
 
CreateMonitorResult() - Constructor for class com.amazonaws.services.internetmonitor.model.CreateMonitorResult
 

D

defaultClient() - Static method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorClientBuilder
 
deleteMonitor(DeleteMonitorRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitor
 
deleteMonitor(DeleteMonitorRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitor
Deletes a monitor in Amazon CloudWatch Internet Monitor.
deleteMonitor(DeleteMonitorRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorClient
Deletes a monitor in Amazon CloudWatch Internet Monitor.
deleteMonitorAsync(DeleteMonitorRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
deleteMonitorAsync(DeleteMonitorRequest, AsyncHandler<DeleteMonitorRequest, DeleteMonitorResult>) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
deleteMonitorAsync(DeleteMonitorRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Deletes a monitor in Amazon CloudWatch Internet Monitor.
deleteMonitorAsync(DeleteMonitorRequest, AsyncHandler<DeleteMonitorRequest, DeleteMonitorResult>) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Deletes a monitor in Amazon CloudWatch Internet Monitor.
deleteMonitorAsync(DeleteMonitorRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
deleteMonitorAsync(DeleteMonitorRequest, AsyncHandler<DeleteMonitorRequest, DeleteMonitorResult>) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
DeleteMonitorRequest - Class in com.amazonaws.services.internetmonitor.model
 
DeleteMonitorRequest() - Constructor for class com.amazonaws.services.internetmonitor.model.DeleteMonitorRequest
 
DeleteMonitorResult - Class in com.amazonaws.services.internetmonitor.model
 
DeleteMonitorResult() - Constructor for class com.amazonaws.services.internetmonitor.model.DeleteMonitorResult
 

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitor
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.AvailabilityMeasurement
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorResult
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.DeleteMonitorRequest
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.DeleteMonitorResult
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventRequest
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorRequest
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.InternetHealth
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsResult
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsRequest
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsResult
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.ListTagsForResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.ListTagsForResourceResult
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.Monitor
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.Network
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.NetworkImpairment
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.PerformanceMeasurement
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.RoundTripTime
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.TagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.TagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.UntagResourceRequest
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.UntagResourceResult
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
 
equals(Object) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorResult
 

F

fromValue(String) - Static method in enum com.amazonaws.services.internetmonitor.model.HealthEventImpactType
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.internetmonitor.model.HealthEventStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.internetmonitor.model.MonitorConfigState
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.internetmonitor.model.MonitorProcessingStatusCode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.internetmonitor.model.TriangulationEventType
Use this in place of valueOf.

G

getArn() - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorResult
The Amazon Resource Name (ARN) of the monitor.
getASName() - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The name of the network at an impacted location.
getASName() - Method in class com.amazonaws.services.internetmonitor.model.Network
The internet provider name or network name.
getASNumber() - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The Autonomous System Number (ASN) of the network at an impacted location.
getASNumber() - Method in class com.amazonaws.services.internetmonitor.model.Network
The Autonomous System Number (ASN) of the internet provider or network.
getAsPath() - Method in class com.amazonaws.services.internetmonitor.model.NetworkImpairment
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
getAvailability() - Method in class com.amazonaws.services.internetmonitor.model.InternetHealth
Availability in Internet Monitor represents the estimated percentage of traffic that is not seeing an availability drop.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitor
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitor
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCausedBy() - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The cause of the impairment.
getCity() - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The name of the city where the health event is located.
getClientToken() - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
A unique, case-sensitive string of up to 64 ASCII characters that you specify to make an idempotent API request.
getClientToken() - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
A unique, case-sensitive string of up to 64 ASCII characters that you specify to make an idempotent API request.
getCountry() - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The name of the country where the health event is located.
getCountryCode() - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The country code where the health event is located.
getCreatedAt() - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The time when a health event was created.
getCreatedAt() - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The time when the monitor was created.
getCreatedAt() - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
When the health event was created.
getEndedAt() - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The time when a health event was resolved.
getEndedAt() - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The time when a health event ended.
getEndTime() - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The time when a health event ended.
getEventArn() - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The Amazon Resource Name (ARN) of the event.
getEventArn() - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The Amazon Resource Name (ARN) of the event.
getEventId() - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventRequest
The internally generated identifier of a health event.
getEventId() - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The internally generated identifier of a health event.
getEventId() - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The internally generated identifier of a specific network traffic impairment health event.
getEventStatus() - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The status of a health event.
getExecutorService() - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
Returns the executor service used by this client to execute async requests.
getExperienceScore() - Method in class com.amazonaws.services.internetmonitor.model.AvailabilityMeasurement
Experience scores, or health scores are calculated for different geographic and network provider combinations (that is, different granularities) and also summed into global scores.
getExperienceScore() - Method in class com.amazonaws.services.internetmonitor.model.PerformanceMeasurement
Experience scores, or health scores, are calculated for different geographic and network provider combinations (that is, different granularities) and also totaled into global scores.
getHealthEvent(GetHealthEventRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitor
 
getHealthEvent(GetHealthEventRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitor
Gets information the Amazon CloudWatch Internet Monitor has created and stored about a health event for a specified monitor.
getHealthEvent(GetHealthEventRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorClient
Gets information the Amazon CloudWatch Internet Monitor has created and stored about a health event for a specified monitor.
getHealthEventAsync(GetHealthEventRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
getHealthEventAsync(GetHealthEventRequest, AsyncHandler<GetHealthEventRequest, GetHealthEventResult>) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
getHealthEventAsync(GetHealthEventRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Gets information the Amazon CloudWatch Internet Monitor has created and stored about a health event for a specified monitor.
getHealthEventAsync(GetHealthEventRequest, AsyncHandler<GetHealthEventRequest, GetHealthEventResult>) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Gets information the Amazon CloudWatch Internet Monitor has created and stored about a health event for a specified monitor.
getHealthEventAsync(GetHealthEventRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
getHealthEventAsync(GetHealthEventRequest, AsyncHandler<GetHealthEventRequest, GetHealthEventResult>) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
GetHealthEventRequest - Class in com.amazonaws.services.internetmonitor.model
 
GetHealthEventRequest() - Constructor for class com.amazonaws.services.internetmonitor.model.GetHealthEventRequest
 
GetHealthEventResult - Class in com.amazonaws.services.internetmonitor.model
 
GetHealthEventResult() - Constructor for class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
 
getHealthEvents() - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsResult
A list of health events.
getImpactedLocations() - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The locations affected by a health event.
getImpactedLocations() - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The locations impacted by the health event.
getImpactType() - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The type of impairment of a specific health event.
getImpactType() - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The type of impairment for a health event.
getInternetHealth() - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The calculated health at a specific location.
getLastUpdatedAt() - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The time when a health event was last updated or recalculated.
getLastUpdatedAt() - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
When the health event was last updated.
getLatitude() - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The latitude where the health event is located.
getLongitude() - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The longitude where the health event is located.
getMaxCityNetworksToMonitor() - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
The maximum number of city-network combinations (that is, combinations of a city location and network, such as an ISP) to be monitored for your resources.
getMaxCityNetworksToMonitor() - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The maximum number of city-network combinations (that is, combinations of a city location and network, such as an ISP) to be monitored for your resources.
getMaxCityNetworksToMonitor() - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
The maximum number of city-network combinations (that is, combinations of a city location and network, such as an ISP) to be monitored for your resources.
getMaxResults() - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The number of health event objects that you want to return with this call.
getMaxResults() - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsRequest
The number of monitor objects that you want to return with this call.
getMetro() - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The metro area where the health event is located.
getModifiedAt() - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The last time that the monitor was modified.
getMonitor(GetMonitorRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitor
 
getMonitor(GetMonitorRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitor
Gets information about a monitor in Amazon CloudWatch Internet Monitor based on a monitor name.
getMonitor(GetMonitorRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorClient
Gets information about a monitor in Amazon CloudWatch Internet Monitor based on a monitor name.
getMonitorArn() - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The Amazon Resource Name (ARN) of the monitor.
getMonitorArn() - Method in class com.amazonaws.services.internetmonitor.model.Monitor
The Amazon Resource Name (ARN) of the monitor.
getMonitorArn() - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorResult
The Amazon Resource Name (ARN) of the monitor.
getMonitorAsync(GetMonitorRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
getMonitorAsync(GetMonitorRequest, AsyncHandler<GetMonitorRequest, GetMonitorResult>) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
getMonitorAsync(GetMonitorRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Gets information about a monitor in Amazon CloudWatch Internet Monitor based on a monitor name.
getMonitorAsync(GetMonitorRequest, AsyncHandler<GetMonitorRequest, GetMonitorResult>) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Gets information about a monitor in Amazon CloudWatch Internet Monitor based on a monitor name.
getMonitorAsync(GetMonitorRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
getMonitorAsync(GetMonitorRequest, AsyncHandler<GetMonitorRequest, GetMonitorResult>) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
getMonitorName() - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
The name of the monitor.
getMonitorName() - Method in class com.amazonaws.services.internetmonitor.model.DeleteMonitorRequest
The name of the monitor to delete.
getMonitorName() - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventRequest
The name of the monitor.
getMonitorName() - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorRequest
The name of the monitor.
getMonitorName() - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The name of the monitor.
getMonitorName() - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The name of the monitor.
getMonitorName() - Method in class com.amazonaws.services.internetmonitor.model.Monitor
The name of the monitor.
getMonitorName() - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
The name of the monitor.
GetMonitorRequest - Class in com.amazonaws.services.internetmonitor.model
 
GetMonitorRequest() - Constructor for class com.amazonaws.services.internetmonitor.model.GetMonitorRequest
 
GetMonitorResult - Class in com.amazonaws.services.internetmonitor.model
 
GetMonitorResult() - Constructor for class com.amazonaws.services.internetmonitor.model.GetMonitorResult
 
getMonitors() - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsResult
A list of monitors.
getMonitorStatus() - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsRequest
The status of a monitor.
getNetworkEventType() - Method in class com.amazonaws.services.internetmonitor.model.NetworkImpairment
Type of network impairment.
getNetworks() - Method in class com.amazonaws.services.internetmonitor.model.NetworkImpairment
The networks that could be impacted by a network impairment event.
getNextToken() - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The token for the next set of results.
getNextToken() - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsResult
The token for the next set of results.
getNextToken() - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsRequest
The token for the next set of results.
getNextToken() - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsResult
The token for the next set of results.
getP50() - Method in class com.amazonaws.services.internetmonitor.model.RoundTripTime
RTT at the 50th percentile (p50).
getP90() - Method in class com.amazonaws.services.internetmonitor.model.RoundTripTime
RTT at the 90th percentile (p90).
getP95() - Method in class com.amazonaws.services.internetmonitor.model.RoundTripTime
RTT at the 95th percentile (p95).
getPercentOfClientLocationImpacted() - Method in class com.amazonaws.services.internetmonitor.model.AvailabilityMeasurement
The percentage of impact caused by a health event for client location traffic globally.
getPercentOfClientLocationImpacted() - Method in class com.amazonaws.services.internetmonitor.model.PerformanceMeasurement
How much performance impact was caused by a health event at a client location.
getPercentOfTotalTrafficImpacted() - Method in class com.amazonaws.services.internetmonitor.model.AvailabilityMeasurement
The percentage of impact caused by a health event for total traffic globally.
getPercentOfTotalTrafficImpacted() - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The impact on total traffic that a health event has.
getPercentOfTotalTrafficImpacted() - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The impact on global traffic monitored by this monitor for this health event.
getPercentOfTotalTrafficImpacted() - Method in class com.amazonaws.services.internetmonitor.model.PerformanceMeasurement
How much performance impact was caused by a health event for total traffic globally.
getPerformance() - Method in class com.amazonaws.services.internetmonitor.model.InternetHealth
Performance in Internet Monitor represents the estimated percentage of traffic that is not seeing a performance drop.
getProcessingStatus() - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The health of the data processing for the monitor.
getProcessingStatus() - Method in class com.amazonaws.services.internetmonitor.model.Monitor
The health of data processing for the monitor.
getProcessingStatusInfo() - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
Additional information about the health of the data processing for the monitor.
getResourceArn() - Method in class com.amazonaws.services.internetmonitor.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) for a resource.
getResourceArn() - Method in class com.amazonaws.services.internetmonitor.model.TagResourceRequest
The Amazon Resource Name (ARN) for a tag that you add to a resource.
getResourceArn() - Method in class com.amazonaws.services.internetmonitor.model.UntagResourceRequest
The Amazon Resource Name (ARN) for a tag you remove a resource from.
getResources() - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).
getResources() - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The resources that have been added for the monitor.
getResourcesToAdd() - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).
getResourcesToRemove() - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
The resources to remove from a monitor, which you provide as a set of Amazon Resource Names (ARNs).
getRoundTripTime() - Method in class com.amazonaws.services.internetmonitor.model.PerformanceMeasurement
This is the percentage of how much round-trip time increased during the event compared to typical round-trip time for your application for traffic.
getServiceLocation() - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The service location where the health event is located.
getStartedAt() - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The time when a health event started.
getStartedAt() - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
When a health event started.
getStartTime() - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The time when a health event started.
getStatus() - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorResult
The status of a monitor.
getStatus() - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The status of a health event.
getStatus() - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The status of the monitor.
getStatus() - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
Health event list member.
getStatus() - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The status of the health event at an impacted location.
getStatus() - Method in class com.amazonaws.services.internetmonitor.model.Monitor
The status of a monitor.
getStatus() - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
The status for a monitor.
getStatus() - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorResult
The status of a monitor.
getSubdivision() - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The subdivision location where the health event is located.
getSubdivisionCode() - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The subdivision code where the health event is located.
getTagKeys() - Method in class com.amazonaws.services.internetmonitor.model.UntagResourceRequest
Tag keys that you remove from a resource.
getTags() - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
The tags for a monitor.
getTags() - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The tags that have been added to monitor.
getTags() - Method in class com.amazonaws.services.internetmonitor.model.ListTagsForResourceResult
Tags for a resource.
getTags() - Method in class com.amazonaws.services.internetmonitor.model.TagResourceRequest
Tags that you add to a resource.

H

hashCode() - Method in class com.amazonaws.services.internetmonitor.model.AvailabilityMeasurement
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorResult
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.DeleteMonitorRequest
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.DeleteMonitorResult
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventRequest
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorRequest
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.InternetHealth
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsResult
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsRequest
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsResult
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.ListTagsForResourceRequest
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.ListTagsForResourceResult
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.Monitor
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.Network
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.NetworkImpairment
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.PerformanceMeasurement
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.RoundTripTime
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.TagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.TagResourceResult
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.UntagResourceRequest
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.UntagResourceResult
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
 
hashCode() - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorResult
 
HealthEvent - Class in com.amazonaws.services.internetmonitor.model
Information about a health event created in a monitor in Amazon CloudWatch Internet Monitor.
HealthEvent() - Constructor for class com.amazonaws.services.internetmonitor.model.HealthEvent
 
HealthEventImpactType - Enum in com.amazonaws.services.internetmonitor.model
 
HealthEventStatus - Enum in com.amazonaws.services.internetmonitor.model
 

I

ImpactedLocation - Class in com.amazonaws.services.internetmonitor.model
Information about a location impacted by a health event in Amazon CloudWatch Internet Monitor.
ImpactedLocation() - Constructor for class com.amazonaws.services.internetmonitor.model.ImpactedLocation
 
InternalServerErrorException - Exception in com.amazonaws.services.internetmonitor.model
There was an internal server error.
InternalServerErrorException(String) - Constructor for exception com.amazonaws.services.internetmonitor.model.InternalServerErrorException
Constructs a new InternalServerErrorException with the specified error message.
InternalServerException - Exception in com.amazonaws.services.internetmonitor.model
An internal error occurred.
InternalServerException(String) - Constructor for exception com.amazonaws.services.internetmonitor.model.InternalServerException
Constructs a new InternalServerException with the specified error message.
InternetHealth - Class in com.amazonaws.services.internetmonitor.model
Internet health includes measurements calculated by Amazon CloudWatch Internet Monitor about the performance and availability for your application on the internet.
InternetHealth() - Constructor for class com.amazonaws.services.internetmonitor.model.InternetHealth
 

L

LimitExceededException - Exception in com.amazonaws.services.internetmonitor.model
The request exceeded a service quota.
LimitExceededException(String) - Constructor for exception com.amazonaws.services.internetmonitor.model.LimitExceededException
Constructs a new LimitExceededException with the specified error message.
listHealthEvents(ListHealthEventsRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitor
 
listHealthEvents(ListHealthEventsRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitor
Lists all health events for a monitor in Amazon CloudWatch Internet Monitor.
listHealthEvents(ListHealthEventsRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorClient
Lists all health events for a monitor in Amazon CloudWatch Internet Monitor.
listHealthEventsAsync(ListHealthEventsRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
listHealthEventsAsync(ListHealthEventsRequest, AsyncHandler<ListHealthEventsRequest, ListHealthEventsResult>) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
listHealthEventsAsync(ListHealthEventsRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Lists all health events for a monitor in Amazon CloudWatch Internet Monitor.
listHealthEventsAsync(ListHealthEventsRequest, AsyncHandler<ListHealthEventsRequest, ListHealthEventsResult>) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Lists all health events for a monitor in Amazon CloudWatch Internet Monitor.
listHealthEventsAsync(ListHealthEventsRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
listHealthEventsAsync(ListHealthEventsRequest, AsyncHandler<ListHealthEventsRequest, ListHealthEventsResult>) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
ListHealthEventsRequest - Class in com.amazonaws.services.internetmonitor.model
 
ListHealthEventsRequest() - Constructor for class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
 
ListHealthEventsResult - Class in com.amazonaws.services.internetmonitor.model
 
ListHealthEventsResult() - Constructor for class com.amazonaws.services.internetmonitor.model.ListHealthEventsResult
 
listMonitors(ListMonitorsRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitor
 
listMonitors(ListMonitorsRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitor
Lists all of your monitors for Amazon CloudWatch Internet Monitor and their statuses, along with the Amazon Resource Name (ARN) and name of each monitor.
listMonitors(ListMonitorsRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorClient
Lists all of your monitors for Amazon CloudWatch Internet Monitor and their statuses, along with the Amazon Resource Name (ARN) and name of each monitor.
listMonitorsAsync(ListMonitorsRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
listMonitorsAsync(ListMonitorsRequest, AsyncHandler<ListMonitorsRequest, ListMonitorsResult>) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
listMonitorsAsync(ListMonitorsRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Lists all of your monitors for Amazon CloudWatch Internet Monitor and their statuses, along with the Amazon Resource Name (ARN) and name of each monitor.
listMonitorsAsync(ListMonitorsRequest, AsyncHandler<ListMonitorsRequest, ListMonitorsResult>) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Lists all of your monitors for Amazon CloudWatch Internet Monitor and their statuses, along with the Amazon Resource Name (ARN) and name of each monitor.
listMonitorsAsync(ListMonitorsRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
listMonitorsAsync(ListMonitorsRequest, AsyncHandler<ListMonitorsRequest, ListMonitorsResult>) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
ListMonitorsRequest - Class in com.amazonaws.services.internetmonitor.model
 
ListMonitorsRequest() - Constructor for class com.amazonaws.services.internetmonitor.model.ListMonitorsRequest
 
ListMonitorsResult - Class in com.amazonaws.services.internetmonitor.model
 
ListMonitorsResult() - Constructor for class com.amazonaws.services.internetmonitor.model.ListMonitorsResult
 
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitor
 
listTagsForResource(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitor
Lists the tags for a resource.
listTagsForResource(ListTagsForResourceRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorClient
Lists the tags for a resource.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Lists the tags for a resource.
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Lists the tags for a resource.
listTagsForResourceAsync(ListTagsForResourceRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
listTagsForResourceAsync(ListTagsForResourceRequest, AsyncHandler<ListTagsForResourceRequest, ListTagsForResourceResult>) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
ListTagsForResourceRequest - Class in com.amazonaws.services.internetmonitor.model
 
ListTagsForResourceRequest() - Constructor for class com.amazonaws.services.internetmonitor.model.ListTagsForResourceRequest
 
ListTagsForResourceResult - Class in com.amazonaws.services.internetmonitor.model
 
ListTagsForResourceResult() - Constructor for class com.amazonaws.services.internetmonitor.model.ListTagsForResourceResult
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.internetmonitor.model.AvailabilityMeasurement
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.internetmonitor.model.InternetHealth
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.internetmonitor.model.Monitor
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.internetmonitor.model.Network
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.internetmonitor.model.NetworkImpairment
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.internetmonitor.model.PerformanceMeasurement
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.internetmonitor.model.RoundTripTime
 
Monitor - Class in com.amazonaws.services.internetmonitor.model
The description of and information about a monitor in Amazon CloudWatch Internet Monitor.
Monitor() - Constructor for class com.amazonaws.services.internetmonitor.model.Monitor
 
MonitorConfigState - Enum in com.amazonaws.services.internetmonitor.model
 
MonitorProcessingStatusCode - Enum in com.amazonaws.services.internetmonitor.model
 

N

Network - Class in com.amazonaws.services.internetmonitor.model
An internet service provider (ISP) or network in Amazon CloudWatch Internet Monitor.
Network() - Constructor for class com.amazonaws.services.internetmonitor.model.Network
 
NetworkImpairment - Class in com.amazonaws.services.internetmonitor.model
Information about the network impairment for a specific network measured by Amazon CloudWatch Internet Monitor.
NetworkImpairment() - Constructor for class com.amazonaws.services.internetmonitor.model.NetworkImpairment
 
NotFoundException - Exception in com.amazonaws.services.internetmonitor.model
The request specifies something that doesn't exist.
NotFoundException(String) - Constructor for exception com.amazonaws.services.internetmonitor.model.NotFoundException
Constructs a new NotFoundException with the specified error message.

P

PerformanceMeasurement - Class in com.amazonaws.services.internetmonitor.model
Measurements about the performance for your application on the internet calculated by Amazon CloudWatch Internet Monitor.
PerformanceMeasurement() - Constructor for class com.amazonaws.services.internetmonitor.model.PerformanceMeasurement
 

R

ResourceNotFoundException - Exception in com.amazonaws.services.internetmonitor.model
The request specifies a resource that doesn't exist.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.internetmonitor.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.
RoundTripTime - Class in com.amazonaws.services.internetmonitor.model
Round-trip time (RTT) is how long it takes for a request from the user to return a response to the user.
RoundTripTime() - Constructor for class com.amazonaws.services.internetmonitor.model.RoundTripTime
 

S

setArn(String) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorResult
The Amazon Resource Name (ARN) of the monitor.
setASName(String) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The name of the network at an impacted location.
setASName(String) - Method in class com.amazonaws.services.internetmonitor.model.Network
The internet provider name or network name.
setASNumber(Long) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The Autonomous System Number (ASN) of the network at an impacted location.
setASNumber(Long) - Method in class com.amazonaws.services.internetmonitor.model.Network
The Autonomous System Number (ASN) of the internet provider or network.
setAsPath(Collection<Network>) - Method in class com.amazonaws.services.internetmonitor.model.NetworkImpairment
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
setAvailability(AvailabilityMeasurement) - Method in class com.amazonaws.services.internetmonitor.model.InternetHealth
Availability in Internet Monitor represents the estimated percentage of traffic that is not seeing an availability drop.
setCausedBy(NetworkImpairment) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The cause of the impairment.
setCity(String) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The name of the city where the health event is located.
setClientToken(String) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
A unique, case-sensitive string of up to 64 ASCII characters that you specify to make an idempotent API request.
setClientToken(String) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
A unique, case-sensitive string of up to 64 ASCII characters that you specify to make an idempotent API request.
setCountry(String) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The name of the country where the health event is located.
setCountryCode(String) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The country code where the health event is located.
setCreatedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The time when a health event was created.
setCreatedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The time when the monitor was created.
setCreatedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
When the health event was created.
setEndedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The time when a health event was resolved.
setEndedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The time when a health event ended.
setEndTime(Date) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The time when a health event ended.
setEventArn(String) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The Amazon Resource Name (ARN) of the event.
setEventArn(String) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The Amazon Resource Name (ARN) of the event.
setEventId(String) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventRequest
The internally generated identifier of a health event.
setEventId(String) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The internally generated identifier of a health event.
setEventId(String) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The internally generated identifier of a specific network traffic impairment health event.
setEventStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The status of a health event.
setExperienceScore(Double) - Method in class com.amazonaws.services.internetmonitor.model.AvailabilityMeasurement
Experience scores, or health scores are calculated for different geographic and network provider combinations (that is, different granularities) and also summed into global scores.
setExperienceScore(Double) - Method in class com.amazonaws.services.internetmonitor.model.PerformanceMeasurement
Experience scores, or health scores, are calculated for different geographic and network provider combinations (that is, different granularities) and also totaled into global scores.
setHealthEvents(Collection<HealthEvent>) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsResult
A list of health events.
setImpactedLocations(Collection<ImpactedLocation>) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The locations affected by a health event.
setImpactedLocations(Collection<ImpactedLocation>) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The locations impacted by the health event.
setImpactType(String) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The type of impairment of a specific health event.
setImpactType(String) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The type of impairment for a health event.
setInternetHealth(InternetHealth) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The calculated health at a specific location.
setLastUpdatedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The time when a health event was last updated or recalculated.
setLastUpdatedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
When the health event was last updated.
setLatitude(Double) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The latitude where the health event is located.
setLongitude(Double) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The longitude where the health event is located.
setMaxCityNetworksToMonitor(Integer) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
The maximum number of city-network combinations (that is, combinations of a city location and network, such as an ISP) to be monitored for your resources.
setMaxCityNetworksToMonitor(Integer) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The maximum number of city-network combinations (that is, combinations of a city location and network, such as an ISP) to be monitored for your resources.
setMaxCityNetworksToMonitor(Integer) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
The maximum number of city-network combinations (that is, combinations of a city location and network, such as an ISP) to be monitored for your resources.
setMaxResults(Integer) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The number of health event objects that you want to return with this call.
setMaxResults(Integer) - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsRequest
The number of monitor objects that you want to return with this call.
setMetro(String) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The metro area where the health event is located.
setModifiedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The last time that the monitor was modified.
setMonitorArn(String) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The Amazon Resource Name (ARN) of the monitor.
setMonitorArn(String) - Method in class com.amazonaws.services.internetmonitor.model.Monitor
The Amazon Resource Name (ARN) of the monitor.
setMonitorArn(String) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorResult
The Amazon Resource Name (ARN) of the monitor.
setMonitorName(String) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
The name of the monitor.
setMonitorName(String) - Method in class com.amazonaws.services.internetmonitor.model.DeleteMonitorRequest
The name of the monitor to delete.
setMonitorName(String) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventRequest
The name of the monitor.
setMonitorName(String) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorRequest
The name of the monitor.
setMonitorName(String) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The name of the monitor.
setMonitorName(String) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The name of the monitor.
setMonitorName(String) - Method in class com.amazonaws.services.internetmonitor.model.Monitor
The name of the monitor.
setMonitorName(String) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
The name of the monitor.
setMonitors(Collection<Monitor>) - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsResult
A list of monitors.
setMonitorStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsRequest
The status of a monitor.
setNetworkEventType(String) - Method in class com.amazonaws.services.internetmonitor.model.NetworkImpairment
Type of network impairment.
setNetworks(Collection<Network>) - Method in class com.amazonaws.services.internetmonitor.model.NetworkImpairment
The networks that could be impacted by a network impairment event.
setNextToken(String) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The token for the next set of results.
setNextToken(String) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsResult
The token for the next set of results.
setNextToken(String) - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsRequest
The token for the next set of results.
setNextToken(String) - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsResult
The token for the next set of results.
setP50(Double) - Method in class com.amazonaws.services.internetmonitor.model.RoundTripTime
RTT at the 50th percentile (p50).
setP90(Double) - Method in class com.amazonaws.services.internetmonitor.model.RoundTripTime
RTT at the 90th percentile (p90).
setP95(Double) - Method in class com.amazonaws.services.internetmonitor.model.RoundTripTime
RTT at the 95th percentile (p95).
setPercentOfClientLocationImpacted(Double) - Method in class com.amazonaws.services.internetmonitor.model.AvailabilityMeasurement
The percentage of impact caused by a health event for client location traffic globally.
setPercentOfClientLocationImpacted(Double) - Method in class com.amazonaws.services.internetmonitor.model.PerformanceMeasurement
How much performance impact was caused by a health event at a client location.
setPercentOfTotalTrafficImpacted(Double) - Method in class com.amazonaws.services.internetmonitor.model.AvailabilityMeasurement
The percentage of impact caused by a health event for total traffic globally.
setPercentOfTotalTrafficImpacted(Double) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The impact on total traffic that a health event has.
setPercentOfTotalTrafficImpacted(Double) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The impact on global traffic monitored by this monitor for this health event.
setPercentOfTotalTrafficImpacted(Double) - Method in class com.amazonaws.services.internetmonitor.model.PerformanceMeasurement
How much performance impact was caused by a health event for total traffic globally.
setPerformance(PerformanceMeasurement) - Method in class com.amazonaws.services.internetmonitor.model.InternetHealth
Performance in Internet Monitor represents the estimated percentage of traffic that is not seeing a performance drop.
setProcessingStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The health of the data processing for the monitor.
setProcessingStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.Monitor
The health of data processing for the monitor.
setProcessingStatusInfo(String) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
Additional information about the health of the data processing for the monitor.
setResourceArn(String) - Method in class com.amazonaws.services.internetmonitor.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) for a resource.
setResourceArn(String) - Method in class com.amazonaws.services.internetmonitor.model.TagResourceRequest
The Amazon Resource Name (ARN) for a tag that you add to a resource.
setResourceArn(String) - Method in class com.amazonaws.services.internetmonitor.model.UntagResourceRequest
The Amazon Resource Name (ARN) for a tag you remove a resource from.
setResources(Collection<String>) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).
setResources(Collection<String>) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The resources that have been added for the monitor.
setResourcesToAdd(Collection<String>) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).
setResourcesToRemove(Collection<String>) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
The resources to remove from a monitor, which you provide as a set of Amazon Resource Names (ARNs).
setRoundTripTime(RoundTripTime) - Method in class com.amazonaws.services.internetmonitor.model.PerformanceMeasurement
This is the percentage of how much round-trip time increased during the event compared to typical round-trip time for your application for traffic.
setServiceLocation(String) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The service location where the health event is located.
setStartedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The time when a health event started.
setStartedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
When a health event started.
setStartTime(Date) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The time when a health event started.
setStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorResult
The status of a monitor.
setStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The status of a health event.
setStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The status of the monitor.
setStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
Health event list member.
setStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The status of the health event at an impacted location.
setStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.Monitor
The status of a monitor.
setStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
The status for a monitor.
setStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorResult
The status of a monitor.
setSubdivision(String) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The subdivision location where the health event is located.
setSubdivisionCode(String) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The subdivision code where the health event is located.
setTagKeys(Collection<String>) - Method in class com.amazonaws.services.internetmonitor.model.UntagResourceRequest
Tag keys that you remove from a resource.
setTags(Map<String, String>) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
The tags for a monitor.
setTags(Map<String, String>) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The tags that have been added to monitor.
setTags(Map<String, String>) - Method in class com.amazonaws.services.internetmonitor.model.ListTagsForResourceResult
Tags for a resource.
setTags(Map<String, String>) - Method in class com.amazonaws.services.internetmonitor.model.TagResourceRequest
Tags that you add to a resource.
shutdown() - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitor
 
shutdown() - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitor
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
Shuts down the client, releasing all managed resources.
shutdown() - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorClient
 
standard() - Static method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorClientBuilder
 

T

tagResource(TagResourceRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitor
 
tagResource(TagResourceRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitor
Adds a tag to a resource.
tagResource(TagResourceRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorClient
Adds a tag to a resource.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
tagResourceAsync(TagResourceRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Adds a tag to a resource.
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Adds a tag to a resource.
tagResourceAsync(TagResourceRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
tagResourceAsync(TagResourceRequest, AsyncHandler<TagResourceRequest, TagResourceResult>) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
TagResourceRequest - Class in com.amazonaws.services.internetmonitor.model
 
TagResourceRequest() - Constructor for class com.amazonaws.services.internetmonitor.model.TagResourceRequest
 
TagResourceResult - Class in com.amazonaws.services.internetmonitor.model
 
TagResourceResult() - Constructor for class com.amazonaws.services.internetmonitor.model.TagResourceResult
 
ThrottlingException - Exception in com.amazonaws.services.internetmonitor.model
The request was denied due to request throttling.
ThrottlingException(String) - Constructor for exception com.amazonaws.services.internetmonitor.model.ThrottlingException
Constructs a new ThrottlingException with the specified error message.
TooManyRequestsException - Exception in com.amazonaws.services.internetmonitor.model
There were too many requests.
TooManyRequestsException(String) - Constructor for exception com.amazonaws.services.internetmonitor.model.TooManyRequestsException
Constructs a new TooManyRequestsException with the specified error message.
toString() - Method in class com.amazonaws.services.internetmonitor.model.AvailabilityMeasurement
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.DeleteMonitorRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.DeleteMonitorResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.internetmonitor.model.HealthEventImpactType
 
toString() - Method in enum com.amazonaws.services.internetmonitor.model.HealthEventStatus
 
toString() - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.InternetHealth
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.ListTagsForResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.ListTagsForResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.Monitor
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.internetmonitor.model.MonitorConfigState
 
toString() - Method in enum com.amazonaws.services.internetmonitor.model.MonitorProcessingStatusCode
 
toString() - Method in class com.amazonaws.services.internetmonitor.model.Network
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.NetworkImpairment
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.PerformanceMeasurement
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.RoundTripTime
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.TagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.TagResourceResult
Returns a string representation of this object.
toString() - Method in enum com.amazonaws.services.internetmonitor.model.TriangulationEventType
 
toString() - Method in class com.amazonaws.services.internetmonitor.model.UntagResourceRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.UntagResourceResult
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
Returns a string representation of this object.
toString() - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorResult
Returns a string representation of this object.
TriangulationEventType - Enum in com.amazonaws.services.internetmonitor.model
 

U

untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitor
 
untagResource(UntagResourceRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitor
Removes a tag from a resource.
untagResource(UntagResourceRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorClient
Removes a tag from a resource.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
untagResourceAsync(UntagResourceRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Removes a tag from a resource.
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Removes a tag from a resource.
untagResourceAsync(UntagResourceRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
untagResourceAsync(UntagResourceRequest, AsyncHandler<UntagResourceRequest, UntagResourceResult>) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
UntagResourceRequest - Class in com.amazonaws.services.internetmonitor.model
 
UntagResourceRequest() - Constructor for class com.amazonaws.services.internetmonitor.model.UntagResourceRequest
 
UntagResourceResult - Class in com.amazonaws.services.internetmonitor.model
 
UntagResourceResult() - Constructor for class com.amazonaws.services.internetmonitor.model.UntagResourceResult
 
updateMonitor(UpdateMonitorRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitor
 
updateMonitor(UpdateMonitorRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitor
Updates a monitor.
updateMonitor(UpdateMonitorRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorClient
Updates a monitor.
updateMonitorAsync(UpdateMonitorRequest) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
updateMonitorAsync(UpdateMonitorRequest, AsyncHandler<UpdateMonitorRequest, UpdateMonitorResult>) - Method in class com.amazonaws.services.internetmonitor.AbstractAmazonInternetMonitorAsync
 
updateMonitorAsync(UpdateMonitorRequest) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Updates a monitor.
updateMonitorAsync(UpdateMonitorRequest, AsyncHandler<UpdateMonitorRequest, UpdateMonitorResult>) - Method in interface com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsync
Updates a monitor.
updateMonitorAsync(UpdateMonitorRequest) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
updateMonitorAsync(UpdateMonitorRequest, AsyncHandler<UpdateMonitorRequest, UpdateMonitorResult>) - Method in class com.amazonaws.services.internetmonitor.AmazonInternetMonitorAsyncClient
 
UpdateMonitorRequest - Class in com.amazonaws.services.internetmonitor.model
 
UpdateMonitorRequest() - Constructor for class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
 
UpdateMonitorResult - Class in com.amazonaws.services.internetmonitor.model
 
UpdateMonitorResult() - Constructor for class com.amazonaws.services.internetmonitor.model.UpdateMonitorResult
 

V

ValidationException - Exception in com.amazonaws.services.internetmonitor.model
Invalid request.
ValidationException(String) - Constructor for exception com.amazonaws.services.internetmonitor.model.ValidationException
Constructs a new ValidationException with the specified error message.
valueOf(String) - Static method in enum com.amazonaws.services.internetmonitor.model.HealthEventImpactType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.internetmonitor.model.HealthEventStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.internetmonitor.model.MonitorConfigState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.internetmonitor.model.MonitorProcessingStatusCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.internetmonitor.model.TriangulationEventType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.internetmonitor.model.HealthEventImpactType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.internetmonitor.model.HealthEventStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.internetmonitor.model.MonitorConfigState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.internetmonitor.model.MonitorProcessingStatusCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.internetmonitor.model.TriangulationEventType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withArn(String) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorResult
The Amazon Resource Name (ARN) of the monitor.
withASName(String) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The name of the network at an impacted location.
withASName(String) - Method in class com.amazonaws.services.internetmonitor.model.Network
The internet provider name or network name.
withASNumber(Long) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The Autonomous System Number (ASN) of the network at an impacted location.
withASNumber(Long) - Method in class com.amazonaws.services.internetmonitor.model.Network
The Autonomous System Number (ASN) of the internet provider or network.
withAsPath(Network...) - Method in class com.amazonaws.services.internetmonitor.model.NetworkImpairment
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
withAsPath(Collection<Network>) - Method in class com.amazonaws.services.internetmonitor.model.NetworkImpairment
The combination of the Autonomous System Number (ASN) of the network and the name of the network.
withAvailability(AvailabilityMeasurement) - Method in class com.amazonaws.services.internetmonitor.model.InternetHealth
Availability in Internet Monitor represents the estimated percentage of traffic that is not seeing an availability drop.
withCausedBy(NetworkImpairment) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The cause of the impairment.
withCity(String) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The name of the city where the health event is located.
withClientToken(String) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
A unique, case-sensitive string of up to 64 ASCII characters that you specify to make an idempotent API request.
withClientToken(String) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
A unique, case-sensitive string of up to 64 ASCII characters that you specify to make an idempotent API request.
withCountry(String) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The name of the country where the health event is located.
withCountryCode(String) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The country code where the health event is located.
withCreatedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The time when a health event was created.
withCreatedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The time when the monitor was created.
withCreatedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
When the health event was created.
withEndedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The time when a health event was resolved.
withEndedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The time when a health event ended.
withEndTime(Date) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The time when a health event ended.
withEventArn(String) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The Amazon Resource Name (ARN) of the event.
withEventArn(String) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The Amazon Resource Name (ARN) of the event.
withEventId(String) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventRequest
The internally generated identifier of a health event.
withEventId(String) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The internally generated identifier of a health event.
withEventId(String) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The internally generated identifier of a specific network traffic impairment health event.
withEventStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The status of a health event.
withEventStatus(HealthEventStatus) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The status of a health event.
withExperienceScore(Double) - Method in class com.amazonaws.services.internetmonitor.model.AvailabilityMeasurement
Experience scores, or health scores are calculated for different geographic and network provider combinations (that is, different granularities) and also summed into global scores.
withExperienceScore(Double) - Method in class com.amazonaws.services.internetmonitor.model.PerformanceMeasurement
Experience scores, or health scores, are calculated for different geographic and network provider combinations (that is, different granularities) and also totaled into global scores.
withHealthEvents(HealthEvent...) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsResult
A list of health events.
withHealthEvents(Collection<HealthEvent>) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsResult
A list of health events.
withImpactedLocations(ImpactedLocation...) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The locations affected by a health event.
withImpactedLocations(Collection<ImpactedLocation>) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The locations affected by a health event.
withImpactedLocations(ImpactedLocation...) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The locations impacted by the health event.
withImpactedLocations(Collection<ImpactedLocation>) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The locations impacted by the health event.
withImpactType(String) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The type of impairment of a specific health event.
withImpactType(HealthEventImpactType) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The type of impairment of a specific health event.
withImpactType(String) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The type of impairment for a health event.
withImpactType(HealthEventImpactType) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The type of impairment for a health event.
withInternetHealth(InternetHealth) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The calculated health at a specific location.
withLastUpdatedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The time when a health event was last updated or recalculated.
withLastUpdatedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
When the health event was last updated.
withLatitude(Double) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The latitude where the health event is located.
withLongitude(Double) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The longitude where the health event is located.
withMaxCityNetworksToMonitor(Integer) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
The maximum number of city-network combinations (that is, combinations of a city location and network, such as an ISP) to be monitored for your resources.
withMaxCityNetworksToMonitor(Integer) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The maximum number of city-network combinations (that is, combinations of a city location and network, such as an ISP) to be monitored for your resources.
withMaxCityNetworksToMonitor(Integer) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
The maximum number of city-network combinations (that is, combinations of a city location and network, such as an ISP) to be monitored for your resources.
withMaxResults(Integer) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The number of health event objects that you want to return with this call.
withMaxResults(Integer) - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsRequest
The number of monitor objects that you want to return with this call.
withMetro(String) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The metro area where the health event is located.
withModifiedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The last time that the monitor was modified.
withMonitorArn(String) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The Amazon Resource Name (ARN) of the monitor.
withMonitorArn(String) - Method in class com.amazonaws.services.internetmonitor.model.Monitor
The Amazon Resource Name (ARN) of the monitor.
withMonitorArn(String) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorResult
The Amazon Resource Name (ARN) of the monitor.
withMonitorName(String) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
The name of the monitor.
withMonitorName(String) - Method in class com.amazonaws.services.internetmonitor.model.DeleteMonitorRequest
The name of the monitor to delete.
withMonitorName(String) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventRequest
The name of the monitor.
withMonitorName(String) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorRequest
The name of the monitor.
withMonitorName(String) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The name of the monitor.
withMonitorName(String) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The name of the monitor.
withMonitorName(String) - Method in class com.amazonaws.services.internetmonitor.model.Monitor
The name of the monitor.
withMonitorName(String) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
The name of the monitor.
withMonitors(Monitor...) - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsResult
A list of monitors.
withMonitors(Collection<Monitor>) - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsResult
A list of monitors.
withMonitorStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsRequest
The status of a monitor.
withNetworkEventType(String) - Method in class com.amazonaws.services.internetmonitor.model.NetworkImpairment
Type of network impairment.
withNetworkEventType(TriangulationEventType) - Method in class com.amazonaws.services.internetmonitor.model.NetworkImpairment
Type of network impairment.
withNetworks(Network...) - Method in class com.amazonaws.services.internetmonitor.model.NetworkImpairment
The networks that could be impacted by a network impairment event.
withNetworks(Collection<Network>) - Method in class com.amazonaws.services.internetmonitor.model.NetworkImpairment
The networks that could be impacted by a network impairment event.
withNextToken(String) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The token for the next set of results.
withNextToken(String) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsResult
The token for the next set of results.
withNextToken(String) - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsRequest
The token for the next set of results.
withNextToken(String) - Method in class com.amazonaws.services.internetmonitor.model.ListMonitorsResult
The token for the next set of results.
withP50(Double) - Method in class com.amazonaws.services.internetmonitor.model.RoundTripTime
RTT at the 50th percentile (p50).
withP90(Double) - Method in class com.amazonaws.services.internetmonitor.model.RoundTripTime
RTT at the 90th percentile (p90).
withP95(Double) - Method in class com.amazonaws.services.internetmonitor.model.RoundTripTime
RTT at the 95th percentile (p95).
withPercentOfClientLocationImpacted(Double) - Method in class com.amazonaws.services.internetmonitor.model.AvailabilityMeasurement
The percentage of impact caused by a health event for client location traffic globally.
withPercentOfClientLocationImpacted(Double) - Method in class com.amazonaws.services.internetmonitor.model.PerformanceMeasurement
How much performance impact was caused by a health event at a client location.
withPercentOfTotalTrafficImpacted(Double) - Method in class com.amazonaws.services.internetmonitor.model.AvailabilityMeasurement
The percentage of impact caused by a health event for total traffic globally.
withPercentOfTotalTrafficImpacted(Double) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The impact on total traffic that a health event has.
withPercentOfTotalTrafficImpacted(Double) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
The impact on global traffic monitored by this monitor for this health event.
withPercentOfTotalTrafficImpacted(Double) - Method in class com.amazonaws.services.internetmonitor.model.PerformanceMeasurement
How much performance impact was caused by a health event for total traffic globally.
withPerformance(PerformanceMeasurement) - Method in class com.amazonaws.services.internetmonitor.model.InternetHealth
Performance in Internet Monitor represents the estimated percentage of traffic that is not seeing a performance drop.
withProcessingStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The health of the data processing for the monitor.
withProcessingStatus(MonitorProcessingStatusCode) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The health of the data processing for the monitor.
withProcessingStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.Monitor
The health of data processing for the monitor.
withProcessingStatus(MonitorProcessingStatusCode) - Method in class com.amazonaws.services.internetmonitor.model.Monitor
The health of data processing for the monitor.
withProcessingStatusInfo(String) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
Additional information about the health of the data processing for the monitor.
withResourceArn(String) - Method in class com.amazonaws.services.internetmonitor.model.ListTagsForResourceRequest
The Amazon Resource Name (ARN) for a resource.
withResourceArn(String) - Method in class com.amazonaws.services.internetmonitor.model.TagResourceRequest
The Amazon Resource Name (ARN) for a tag that you add to a resource.
withResourceArn(String) - Method in class com.amazonaws.services.internetmonitor.model.UntagResourceRequest
The Amazon Resource Name (ARN) for a tag you remove a resource from.
withResources(String...) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).
withResources(Collection<String>) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).
withResources(String...) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The resources that have been added for the monitor.
withResources(Collection<String>) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The resources that have been added for the monitor.
withResourcesToAdd(String...) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).
withResourcesToAdd(Collection<String>) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
The resources to include in a monitor, which you provide as a set of Amazon Resource Names (ARNs).
withResourcesToRemove(String...) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
The resources to remove from a monitor, which you provide as a set of Amazon Resource Names (ARNs).
withResourcesToRemove(Collection<String>) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
The resources to remove from a monitor, which you provide as a set of Amazon Resource Names (ARNs).
withRoundTripTime(RoundTripTime) - Method in class com.amazonaws.services.internetmonitor.model.PerformanceMeasurement
This is the percentage of how much round-trip time increased during the event compared to typical round-trip time for your application for traffic.
withServiceLocation(String) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The service location where the health event is located.
withStartedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The time when a health event started.
withStartedAt(Date) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
When a health event started.
withStartTime(Date) - Method in class com.amazonaws.services.internetmonitor.model.ListHealthEventsRequest
The time when a health event started.
withStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorResult
The status of a monitor.
withStatus(MonitorConfigState) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorResult
The status of a monitor.
withStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The status of a health event.
withStatus(HealthEventStatus) - Method in class com.amazonaws.services.internetmonitor.model.GetHealthEventResult
The status of a health event.
withStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The status of the monitor.
withStatus(MonitorConfigState) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The status of the monitor.
withStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
Health event list member.
withStatus(HealthEventStatus) - Method in class com.amazonaws.services.internetmonitor.model.HealthEvent
Health event list member.
withStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The status of the health event at an impacted location.
withStatus(HealthEventStatus) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The status of the health event at an impacted location.
withStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.Monitor
The status of a monitor.
withStatus(MonitorConfigState) - Method in class com.amazonaws.services.internetmonitor.model.Monitor
The status of a monitor.
withStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
The status for a monitor.
withStatus(MonitorConfigState) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorRequest
The status for a monitor.
withStatus(String) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorResult
The status of a monitor.
withStatus(MonitorConfigState) - Method in class com.amazonaws.services.internetmonitor.model.UpdateMonitorResult
The status of a monitor.
withSubdivision(String) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The subdivision location where the health event is located.
withSubdivisionCode(String) - Method in class com.amazonaws.services.internetmonitor.model.ImpactedLocation
The subdivision code where the health event is located.
withTagKeys(String...) - Method in class com.amazonaws.services.internetmonitor.model.UntagResourceRequest
Tag keys that you remove from a resource.
withTagKeys(Collection<String>) - Method in class com.amazonaws.services.internetmonitor.model.UntagResourceRequest
Tag keys that you remove from a resource.
withTags(Map<String, String>) - Method in class com.amazonaws.services.internetmonitor.model.CreateMonitorRequest
The tags for a monitor.
withTags(Map<String, String>) - Method in class com.amazonaws.services.internetmonitor.model.GetMonitorResult
The tags that have been added to monitor.
withTags(Map<String, String>) - Method in class com.amazonaws.services.internetmonitor.model.ListTagsForResourceResult
Tags for a resource.
withTags(Map<String, String>) - Method in class com.amazonaws.services.internetmonitor.model.TagResourceRequest
Tags that you add to a resource.
A B C D E F G H I L M N P R S T U V W 
Skip navigation links

Copyright © 2023. All rights reserved.