Uses of Interface
software.amazon.awssdk.services.synthetics.SyntheticsAsyncClient
-
Packages that use SyntheticsAsyncClient Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.paginators -
-
Uses of SyntheticsAsyncClient in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics that return SyntheticsAsyncClient Modifier and Type Method Description static SyntheticsAsyncClientSyntheticsAsyncClient. create()Create aSyntheticsAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of SyntheticsAsyncClient in software.amazon.awssdk.services.synthetics.paginators
Constructors in software.amazon.awssdk.services.synthetics.paginators with parameters of type SyntheticsAsyncClient Constructor Description DescribeCanariesLastRunPublisher(SyntheticsAsyncClient client, DescribeCanariesLastRunRequest firstRequest)DescribeCanariesPublisher(SyntheticsAsyncClient client, DescribeCanariesRequest firstRequest)DescribeRuntimeVersionsPublisher(SyntheticsAsyncClient client, DescribeRuntimeVersionsRequest firstRequest)GetCanaryRunsPublisher(SyntheticsAsyncClient client, GetCanaryRunsRequest firstRequest)ListAssociatedGroupsPublisher(SyntheticsAsyncClient client, ListAssociatedGroupsRequest firstRequest)ListGroupResourcesPublisher(SyntheticsAsyncClient client, ListGroupResourcesRequest firstRequest)ListGroupsPublisher(SyntheticsAsyncClient client, ListGroupsRequest firstRequest)
-