AWSSDKHandler Class |
Namespace: Amazon.XRay.Recorder.Handlers.AwsSdk
public static class AWSSDKHandler
The AWSSDKHandler type exposes the following members.
Name | Description | |
---|---|---|
RegisterXRayT |
Registers X-Ray for the given type of AmazonServiceClient.
| |
RegisterXRayForAllServices |
Registers X-Ray for all instances of AmazonServiceClient.
| |
RegisterXRayForAllServices(String) |
Registers X-Ray for all instances of AmazonServiceClient with a given custom AWS Service Manifest File.
| |
RegisterXRayManifest(Stream) |
Registers AWS Service Manifest resource stream. This stream would be used for all the registered AmazonServiceClient instances.
| |
RegisterXRayManifest(String) |
Registers file path of AWS Service Manifest file. This file would be used for all the registered AmazonServiceClient instances.
|