Uses of Class
software.amazon.awssdk.services.synthetics.model.GetCanaryRunsRequest
-
Packages that use GetCanaryRunsRequest Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.paginators software.amazon.awssdk.services.synthetics.transform -
-
Uses of GetCanaryRunsRequest in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics with parameters of type GetCanaryRunsRequest Modifier and Type Method Description default CompletableFuture<GetCanaryRunsResponse>SyntheticsAsyncClient. getCanaryRuns(GetCanaryRunsRequest getCanaryRunsRequest)Retrieves a list of runs for a specified canary.default GetCanaryRunsResponseSyntheticsClient. getCanaryRuns(GetCanaryRunsRequest getCanaryRunsRequest)Retrieves a list of runs for a specified canary.default GetCanaryRunsPublisherSyntheticsAsyncClient. getCanaryRunsPaginator(GetCanaryRunsRequest getCanaryRunsRequest)This is a variant ofSyntheticsAsyncClient.getCanaryRuns(software.amazon.awssdk.services.synthetics.model.GetCanaryRunsRequest)operation.default GetCanaryRunsIterableSyntheticsClient. getCanaryRunsPaginator(GetCanaryRunsRequest getCanaryRunsRequest)This is a variant ofSyntheticsClient.getCanaryRuns(software.amazon.awssdk.services.synthetics.model.GetCanaryRunsRequest)operation. -
Uses of GetCanaryRunsRequest in software.amazon.awssdk.services.synthetics.paginators
Constructors in software.amazon.awssdk.services.synthetics.paginators with parameters of type GetCanaryRunsRequest Constructor Description GetCanaryRunsIterable(SyntheticsClient client, GetCanaryRunsRequest firstRequest)GetCanaryRunsPublisher(SyntheticsAsyncClient client, GetCanaryRunsRequest firstRequest) -
Uses of GetCanaryRunsRequest in software.amazon.awssdk.services.synthetics.transform
Methods in software.amazon.awssdk.services.synthetics.transform with parameters of type GetCanaryRunsRequest Modifier and Type Method Description SdkHttpFullRequestGetCanaryRunsRequestMarshaller. marshall(GetCanaryRunsRequest getCanaryRunsRequest)
-