| Package | Description | 
|---|---|
| com.amazonaws.monitoring | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ApiCallAttemptMonitoringEvent
A Monitoring Event that described the results of an Api Call Attempt. 
 | 
class  | 
ApiCallMonitoringEvent
A Monitoring Event that describes the results of an Api Call. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract ApiMonitoringEvent | 
ApiMonitoringEvent.withApi(String api)
Sets the api 
 | 
abstract ApiMonitoringEvent | 
ApiMonitoringEvent.withClientId(String clientId)
Sets the clientId 
 | 
abstract ApiMonitoringEvent | 
ApiMonitoringEvent.withRegion(String region)
Sets the region 
 | 
abstract ApiMonitoringEvent | 
ApiMonitoringEvent.withService(String service)
Sets the service against which the call is being made. 
 | 
abstract ApiMonitoringEvent | 
ApiMonitoringEvent.withTimestamp(Long timestamp)
Sets the timestamp, in milliseconds, since January 1st, 1970, for the time point at which the event. 
 | 
abstract ApiMonitoringEvent | 
ApiMonitoringEvent.withUserAgent(String userAgent)
Sets the userAgent 
 | 
abstract ApiMonitoringEvent | 
ApiMonitoringEvent.withVersion(Integer version)
Sets the version. 
 | 
Copyright © 2024. All rights reserved.