Uses of Class
software.amazon.awssdk.services.synthetics.model.DescribeRuntimeVersionsResponse
-
Packages that use DescribeRuntimeVersionsResponse Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.paginators -
-
Uses of DescribeRuntimeVersionsResponse in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics that return DescribeRuntimeVersionsResponse Modifier and Type Method Description default DescribeRuntimeVersionsResponseSyntheticsClient. describeRuntimeVersions(Consumer<DescribeRuntimeVersionsRequest.Builder> describeRuntimeVersionsRequest)Returns a list of Synthetics canary runtime versions.default DescribeRuntimeVersionsResponseSyntheticsClient. describeRuntimeVersions(DescribeRuntimeVersionsRequest describeRuntimeVersionsRequest)Returns a list of Synthetics canary runtime versions.Methods in software.amazon.awssdk.services.synthetics that return types with arguments of type DescribeRuntimeVersionsResponse Modifier and Type Method Description default CompletableFuture<DescribeRuntimeVersionsResponse>SyntheticsAsyncClient. describeRuntimeVersions(Consumer<DescribeRuntimeVersionsRequest.Builder> describeRuntimeVersionsRequest)Returns a list of Synthetics canary runtime versions.default CompletableFuture<DescribeRuntimeVersionsResponse>SyntheticsAsyncClient. describeRuntimeVersions(DescribeRuntimeVersionsRequest describeRuntimeVersionsRequest)Returns a list of Synthetics canary runtime versions. -
Uses of DescribeRuntimeVersionsResponse in software.amazon.awssdk.services.synthetics.paginators
Methods in software.amazon.awssdk.services.synthetics.paginators that return types with arguments of type DescribeRuntimeVersionsResponse Modifier and Type Method Description Iterator<DescribeRuntimeVersionsResponse>DescribeRuntimeVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.synthetics.paginators with type arguments of type DescribeRuntimeVersionsResponse Modifier and Type Method Description voidDescribeRuntimeVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeRuntimeVersionsResponse> subscriber)
-