Uses of Interface
software.amazon.awssdk.services.xray.XRayBaseClientBuilder
-
Packages that use XRayBaseClientBuilder Package Description software.amazon.awssdk.services.xray Amazon Web Services X-Ray provides APIs for managing debug traces and retrieving service maps and other data created by processing those traces. -
-
Uses of XRayBaseClientBuilder in software.amazon.awssdk.services.xray
Classes in software.amazon.awssdk.services.xray with type parameters of type XRayBaseClientBuilder Modifier and Type Interface Description interfaceXRayBaseClientBuilder<B extends XRayBaseClientBuilder<B,C>,C>This includes configuration specific to AWS X-Ray that is supported by bothXRayClientBuilderandXRayAsyncClientBuilder.Subinterfaces of XRayBaseClientBuilder in software.amazon.awssdk.services.xray Modifier and Type Interface Description interfaceXRayAsyncClientBuilderA builder for creating an instance ofXRayAsyncClient.interfaceXRayClientBuilderA builder for creating an instance ofXRayClient.
-