| Package | Description |
|---|---|
| com.amazonaws | |
| com.amazonaws.client | |
| com.amazonaws.client.builder | |
| com.amazonaws.monitoring.internal |
| Modifier and Type | Method and Description |
|---|---|
Collection<MonitoringListener> |
AmazonWebServiceClient.getMonitoringListeners()
Returns
MonitoringListener; or null if there is none. |
| Modifier and Type | Method and Description |
|---|---|
abstract MonitoringListener |
AwsSyncClientParams.getMonitoringListener() |
| Modifier and Type | Method and Description |
|---|---|
MonitoringListener |
AwsClientBuilder.getMonitoringListener()
Gets the
MonitoringListener in use by the builder. |
MonitoringListener |
AwsClientBuilder.SyncBuilderParams.getMonitoringListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwsClientBuilder.setMonitoringListener(MonitoringListener monitoringListener)
Sets a custom MonitoringListener to use for the client.
|
Subclass |
AwsClientBuilder.withMonitoringListener(MonitoringListener monitoringListener)
Sets a custom MonitoringListener to use for the client.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AgentMonitoringListener
An implementation of the Monitoring Listener Interface that streams monitoring events to a local agent.
|
| Constructor and Description |
|---|
ClientSideMonitoringRequestHandler(String clientId,
Collection<MonitoringListener> monitoringListeners) |
Copyright © 2022. All rights reserved.