Uses of Class
software.amazon.awssdk.services.xray.model.GetSamplingRulesRequest
-
Packages that use GetSamplingRulesRequest 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.software.amazon.awssdk.services.xray.paginators software.amazon.awssdk.services.xray.transform -
-
Uses of GetSamplingRulesRequest in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray with parameters of type GetSamplingRulesRequest Modifier and Type Method Description default CompletableFuture<GetSamplingRulesResponse>XRayAsyncClient. getSamplingRules(GetSamplingRulesRequest getSamplingRulesRequest)Retrieves all sampling rules.default GetSamplingRulesResponseXRayClient. getSamplingRules(GetSamplingRulesRequest getSamplingRulesRequest)Retrieves all sampling rules.default GetSamplingRulesPublisherXRayAsyncClient. getSamplingRulesPaginator(GetSamplingRulesRequest getSamplingRulesRequest)This is a variant ofXRayAsyncClient.getSamplingRules(software.amazon.awssdk.services.xray.model.GetSamplingRulesRequest)operation.default GetSamplingRulesIterableXRayClient. getSamplingRulesPaginator(GetSamplingRulesRequest getSamplingRulesRequest)This is a variant ofXRayClient.getSamplingRules(software.amazon.awssdk.services.xray.model.GetSamplingRulesRequest)operation. -
Uses of GetSamplingRulesRequest in software.amazon.awssdk.services.xray.paginators
Constructors in software.amazon.awssdk.services.xray.paginators with parameters of type GetSamplingRulesRequest Constructor Description GetSamplingRulesIterable(XRayClient client, GetSamplingRulesRequest firstRequest)GetSamplingRulesPublisher(XRayAsyncClient client, GetSamplingRulesRequest firstRequest) -
Uses of GetSamplingRulesRequest in software.amazon.awssdk.services.xray.transform
Methods in software.amazon.awssdk.services.xray.transform with parameters of type GetSamplingRulesRequest Modifier and Type Method Description SdkHttpFullRequestGetSamplingRulesRequestMarshaller. marshall(GetSamplingRulesRequest getSamplingRulesRequest)
-