Skip navigation links
A G S V 

A

AwsServiceDownstreamEvent - Interface in software.amazon.disco.agent.event
Generic interface of the Aws Service Downstream Events.
AwsServiceDownstreamEvent.DataKey - Enum in software.amazon.disco.agent.event
Keys to use in the data map
AwsServiceDownstreamRequestEvent - Class in software.amazon.disco.agent.event
Specialization of a ServiceDownstreamRequestEvent, to encapsulate data specific to Aws downstream call requests.
AwsServiceDownstreamRequestEvent(String, String, String) - Constructor for class software.amazon.disco.agent.event.AwsServiceDownstreamRequestEvent
Construct a new AwsServiceDownstreamRequestEvent
AwsServiceDownstreamRequestEvent.DataKey - Enum in software.amazon.disco.agent.event
Keys to use in the data map
AwsServiceDownstreamResponseEvent - Class in software.amazon.disco.agent.event
Specialization of a ServiceDownstreamResponseEvent, to encapsulate data specific to Aws downstream call responses.
AwsServiceDownstreamResponseEvent(String, String, String, ServiceDownstreamRequestEvent) - Constructor for class software.amazon.disco.agent.event.AwsServiceDownstreamResponseEvent
Construct a new AwsServiceDownstreamResponseEvent
AwsServiceDownstreamResponseEvent.DataKey - Enum in software.amazon.disco.agent.event
Keys to use in the data map

G

getHeaderMap() - Method in interface software.amazon.disco.agent.event.AwsServiceDownstreamEvent
Deprecated.
deprecated in favour of HeaderRetrievable which should be used wherever possible instead.
getHeaderMap() - Method in class software.amazon.disco.agent.event.AwsServiceDownstreamRequestEvent
Deprecated.
deprecated in favour of HeaderRetrievable which should be used wherever possible instead.
getHeaderMap() - Method in class software.amazon.disco.agent.event.AwsServiceDownstreamResponseEvent
Deprecated.
deprecated in favour of HeaderRetrievable which should be used wherever possible instead.
getRegion() - Method in class software.amazon.disco.agent.event.AwsServiceDownstreamRequestEvent
Retrieve the region for this event
getRequestId() - Method in class software.amazon.disco.agent.event.AwsServiceDownstreamResponseEvent
Retrieve the request ID of the downstream call
getRetryCount() - Method in class software.amazon.disco.agent.event.AwsServiceDownstreamResponseEvent
Retrieve the number of times the downstream call had retried.
getStatusCode() - Method in class software.amazon.disco.agent.event.AwsServiceDownstreamResponseEvent
Obtain the overall status code of the downstream call.
getValueForField(String, Class) - Method in interface software.amazon.disco.agent.event.AwsServiceDownstreamEvent
Obtain the Field value for the corresponding event.

S

software.amazon.disco.agent.event - package software.amazon.disco.agent.event
 

V

valueOf(String) - Static method in enum software.amazon.disco.agent.event.AwsServiceDownstreamEvent.DataKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.disco.agent.event.AwsServiceDownstreamRequestEvent.DataKey
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum software.amazon.disco.agent.event.AwsServiceDownstreamResponseEvent.DataKey
Returns the enum constant of this type with the specified name.
values() - Static method in enum software.amazon.disco.agent.event.AwsServiceDownstreamEvent.DataKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.disco.agent.event.AwsServiceDownstreamRequestEvent.DataKey
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum software.amazon.disco.agent.event.AwsServiceDownstreamResponseEvent.DataKey
Returns an array containing the constants of this enum type, in the order they are declared.
A G S V 
Skip navigation links