Uses of Class
software.amazon.awssdk.services.synthetics.model.DescribeCanariesLastRunResponse
-
Packages that use DescribeCanariesLastRunResponse Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.paginators -
-
Uses of DescribeCanariesLastRunResponse in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics that return DescribeCanariesLastRunResponse Modifier and Type Method Description default DescribeCanariesLastRunResponseSyntheticsClient. describeCanariesLastRun(Consumer<DescribeCanariesLastRunRequest.Builder> describeCanariesLastRunRequest)Use this operation to see information from the most recent run of each canary that you have created.default DescribeCanariesLastRunResponseSyntheticsClient. describeCanariesLastRun(DescribeCanariesLastRunRequest describeCanariesLastRunRequest)Use this operation to see information from the most recent run of each canary that you have created.Methods in software.amazon.awssdk.services.synthetics that return types with arguments of type DescribeCanariesLastRunResponse Modifier and Type Method Description default CompletableFuture<DescribeCanariesLastRunResponse>SyntheticsAsyncClient. describeCanariesLastRun(Consumer<DescribeCanariesLastRunRequest.Builder> describeCanariesLastRunRequest)Use this operation to see information from the most recent run of each canary that you have created.default CompletableFuture<DescribeCanariesLastRunResponse>SyntheticsAsyncClient. describeCanariesLastRun(DescribeCanariesLastRunRequest describeCanariesLastRunRequest)Use this operation to see information from the most recent run of each canary that you have created. -
Uses of DescribeCanariesLastRunResponse in software.amazon.awssdk.services.synthetics.paginators
Methods in software.amazon.awssdk.services.synthetics.paginators that return types with arguments of type DescribeCanariesLastRunResponse Modifier and Type Method Description Iterator<DescribeCanariesLastRunResponse>DescribeCanariesLastRunIterable. iterator()Method parameters in software.amazon.awssdk.services.synthetics.paginators with type arguments of type DescribeCanariesLastRunResponse Modifier and Type Method Description voidDescribeCanariesLastRunPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeCanariesLastRunResponse> subscriber)
-