Uses of Class
software.amazon.awssdk.services.xray.model.GetSamplingRulesResponse
-
Packages that use GetSamplingRulesResponse 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 -
-
Uses of GetSamplingRulesResponse in software.amazon.awssdk.services.xray
Methods in software.amazon.awssdk.services.xray that return GetSamplingRulesResponse Modifier and Type Method Description default GetSamplingRulesResponseXRayClient. getSamplingRules()Retrieves all sampling rules.default GetSamplingRulesResponseXRayClient. getSamplingRules(Consumer<GetSamplingRulesRequest.Builder> getSamplingRulesRequest)Retrieves all sampling rules.default GetSamplingRulesResponseXRayClient. getSamplingRules(GetSamplingRulesRequest getSamplingRulesRequest)Retrieves all sampling rules.Methods in software.amazon.awssdk.services.xray that return types with arguments of type GetSamplingRulesResponse Modifier and Type Method Description default CompletableFuture<GetSamplingRulesResponse>XRayAsyncClient. getSamplingRules()Retrieves all sampling rules.default CompletableFuture<GetSamplingRulesResponse>XRayAsyncClient. getSamplingRules(Consumer<GetSamplingRulesRequest.Builder> getSamplingRulesRequest)Retrieves all sampling rules.default CompletableFuture<GetSamplingRulesResponse>XRayAsyncClient. getSamplingRules(GetSamplingRulesRequest getSamplingRulesRequest)Retrieves all sampling rules. -
Uses of GetSamplingRulesResponse in software.amazon.awssdk.services.xray.paginators
Methods in software.amazon.awssdk.services.xray.paginators that return types with arguments of type GetSamplingRulesResponse Modifier and Type Method Description Iterator<GetSamplingRulesResponse>GetSamplingRulesIterable. iterator()Method parameters in software.amazon.awssdk.services.xray.paginators with type arguments of type GetSamplingRulesResponse Modifier and Type Method Description voidGetSamplingRulesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetSamplingRulesResponse> subscriber)
-