Uses of Class
software.amazon.awssdk.services.synthetics.model.DescribeCanariesResponse
-
Packages that use DescribeCanariesResponse Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.paginators -
-
Uses of DescribeCanariesResponse in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics that return DescribeCanariesResponse Modifier and Type Method Description default DescribeCanariesResponseSyntheticsClient. describeCanaries(Consumer<DescribeCanariesRequest.Builder> describeCanariesRequest)This operation returns a list of the canaries in your account, along with full details about each canary.default DescribeCanariesResponseSyntheticsClient. describeCanaries(DescribeCanariesRequest describeCanariesRequest)This operation returns a list of the canaries in your account, along with full details about each canary.Methods in software.amazon.awssdk.services.synthetics that return types with arguments of type DescribeCanariesResponse Modifier and Type Method Description default CompletableFuture<DescribeCanariesResponse>SyntheticsAsyncClient. describeCanaries(Consumer<DescribeCanariesRequest.Builder> describeCanariesRequest)This operation returns a list of the canaries in your account, along with full details about each canary.default CompletableFuture<DescribeCanariesResponse>SyntheticsAsyncClient. describeCanaries(DescribeCanariesRequest describeCanariesRequest)This operation returns a list of the canaries in your account, along with full details about each canary. -
Uses of DescribeCanariesResponse in software.amazon.awssdk.services.synthetics.paginators
Methods in software.amazon.awssdk.services.synthetics.paginators that return types with arguments of type DescribeCanariesResponse Modifier and Type Method Description Iterator<DescribeCanariesResponse>DescribeCanariesIterable. iterator()Method parameters in software.amazon.awssdk.services.synthetics.paginators with type arguments of type DescribeCanariesResponse Modifier and Type Method Description voidDescribeCanariesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeCanariesResponse> subscriber)
-