Uses of Class
software.amazon.awssdk.services.synthetics.model.GetCanaryRunsResponse
-
Packages that use GetCanaryRunsResponse Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.paginators -
-
Uses of GetCanaryRunsResponse in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics that return GetCanaryRunsResponse Modifier and Type Method Description default GetCanaryRunsResponseSyntheticsClient. getCanaryRuns(Consumer<GetCanaryRunsRequest.Builder> getCanaryRunsRequest)Retrieves a list of runs for a specified canary.default GetCanaryRunsResponseSyntheticsClient. getCanaryRuns(GetCanaryRunsRequest getCanaryRunsRequest)Retrieves a list of runs for a specified canary.Methods in software.amazon.awssdk.services.synthetics that return types with arguments of type GetCanaryRunsResponse Modifier and Type Method Description default CompletableFuture<GetCanaryRunsResponse>SyntheticsAsyncClient. getCanaryRuns(Consumer<GetCanaryRunsRequest.Builder> getCanaryRunsRequest)Retrieves a list of runs for a specified canary.default CompletableFuture<GetCanaryRunsResponse>SyntheticsAsyncClient. getCanaryRuns(GetCanaryRunsRequest getCanaryRunsRequest)Retrieves a list of runs for a specified canary. -
Uses of GetCanaryRunsResponse in software.amazon.awssdk.services.synthetics.paginators
Methods in software.amazon.awssdk.services.synthetics.paginators that return types with arguments of type GetCanaryRunsResponse Modifier and Type Method Description Iterator<GetCanaryRunsResponse>GetCanaryRunsIterable. iterator()Method parameters in software.amazon.awssdk.services.synthetics.paginators with type arguments of type GetCanaryRunsResponse Modifier and Type Method Description voidGetCanaryRunsPublisher. subscribe(org.reactivestreams.Subscriber<? super GetCanaryRunsResponse> subscriber)
-