Uses of Interface
software.amazon.awssdk.services.synthetics.SyntheticsClient
-
Packages that use SyntheticsClient Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.paginators -
-
Uses of SyntheticsClient in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics that return SyntheticsClient Modifier and Type Method Description static SyntheticsClientSyntheticsClient. create()Create aSyntheticsClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of SyntheticsClient in software.amazon.awssdk.services.synthetics.paginators
Constructors in software.amazon.awssdk.services.synthetics.paginators with parameters of type SyntheticsClient Constructor Description DescribeCanariesIterable(SyntheticsClient client, DescribeCanariesRequest firstRequest)DescribeCanariesLastRunIterable(SyntheticsClient client, DescribeCanariesLastRunRequest firstRequest)DescribeRuntimeVersionsIterable(SyntheticsClient client, DescribeRuntimeVersionsRequest firstRequest)GetCanaryRunsIterable(SyntheticsClient client, GetCanaryRunsRequest firstRequest)ListAssociatedGroupsIterable(SyntheticsClient client, ListAssociatedGroupsRequest firstRequest)ListGroupResourcesIterable(SyntheticsClient client, ListGroupResourcesRequest firstRequest)ListGroupsIterable(SyntheticsClient client, ListGroupsRequest firstRequest)
-