default AssociateResourceResponse |
SyntheticsClient.associateResource(Consumer<AssociateResourceRequest.Builder> associateResourceRequest) |
Associates a canary with a group.
|
default AssociateResourceResponse |
SyntheticsClient.associateResource(AssociateResourceRequest associateResourceRequest) |
Associates a canary with a group.
|
default CreateCanaryResponse |
SyntheticsClient.createCanary(Consumer<CreateCanaryRequest.Builder> createCanaryRequest) |
Creates a canary.
|
default CreateCanaryResponse |
SyntheticsClient.createCanary(CreateCanaryRequest createCanaryRequest) |
Creates a canary.
|
default CreateGroupResponse |
SyntheticsClient.createGroup(Consumer<CreateGroupRequest.Builder> createGroupRequest) |
Creates a group which you can use to associate canaries with each other, including cross-Region canaries.
|
default CreateGroupResponse |
SyntheticsClient.createGroup(CreateGroupRequest createGroupRequest) |
Creates a group which you can use to associate canaries with each other, including cross-Region canaries.
|
default DeleteCanaryResponse |
SyntheticsClient.deleteCanary(Consumer<DeleteCanaryRequest.Builder> deleteCanaryRequest) |
Permanently deletes the specified canary.
|
default DeleteCanaryResponse |
SyntheticsClient.deleteCanary(DeleteCanaryRequest deleteCanaryRequest) |
Permanently deletes the specified canary.
|
default DeleteGroupResponse |
SyntheticsClient.deleteGroup(Consumer<DeleteGroupRequest.Builder> deleteGroupRequest) |
Deletes a group.
|
default DeleteGroupResponse |
SyntheticsClient.deleteGroup(DeleteGroupRequest deleteGroupRequest) |
Deletes a group.
|
default DescribeCanariesResponse |
SyntheticsClient.describeCanaries(Consumer<DescribeCanariesRequest.Builder> describeCanariesRequest) |
This operation returns a list of the canaries in your account, along with full details about each canary.
|
default DescribeCanariesResponse |
SyntheticsClient.describeCanaries(DescribeCanariesRequest describeCanariesRequest) |
This operation returns a list of the canaries in your account, along with full details about each canary.
|
default DescribeCanariesLastRunResponse |
SyntheticsClient.describeCanariesLastRun(Consumer<DescribeCanariesLastRunRequest.Builder> describeCanariesLastRunRequest) |
Use this operation to see information from the most recent run of each canary that you have created.
|
default DescribeCanariesLastRunResponse |
SyntheticsClient.describeCanariesLastRun(DescribeCanariesLastRunRequest describeCanariesLastRunRequest) |
Use this operation to see information from the most recent run of each canary that you have created.
|
default DescribeCanariesLastRunIterable |
SyntheticsClient.describeCanariesLastRunPaginator(Consumer<DescribeCanariesLastRunRequest.Builder> describeCanariesLastRunRequest) |
|
default DescribeCanariesLastRunIterable |
SyntheticsClient.describeCanariesLastRunPaginator(DescribeCanariesLastRunRequest describeCanariesLastRunRequest) |
|
default DescribeCanariesIterable |
SyntheticsClient.describeCanariesPaginator(Consumer<DescribeCanariesRequest.Builder> describeCanariesRequest) |
|
default DescribeCanariesIterable |
SyntheticsClient.describeCanariesPaginator(DescribeCanariesRequest describeCanariesRequest) |
|
default DescribeRuntimeVersionsResponse |
SyntheticsClient.describeRuntimeVersions(Consumer<DescribeRuntimeVersionsRequest.Builder> describeRuntimeVersionsRequest) |
Returns a list of Synthetics canary runtime versions.
|
default DescribeRuntimeVersionsResponse |
SyntheticsClient.describeRuntimeVersions(DescribeRuntimeVersionsRequest describeRuntimeVersionsRequest) |
Returns a list of Synthetics canary runtime versions.
|
default DescribeRuntimeVersionsIterable |
SyntheticsClient.describeRuntimeVersionsPaginator(Consumer<DescribeRuntimeVersionsRequest.Builder> describeRuntimeVersionsRequest) |
|
default DescribeRuntimeVersionsIterable |
SyntheticsClient.describeRuntimeVersionsPaginator(DescribeRuntimeVersionsRequest describeRuntimeVersionsRequest) |
|
default DisassociateResourceResponse |
SyntheticsClient.disassociateResource(Consumer<DisassociateResourceRequest.Builder> disassociateResourceRequest) |
Removes a canary from a group.
|
default DisassociateResourceResponse |
SyntheticsClient.disassociateResource(DisassociateResourceRequest disassociateResourceRequest) |
Removes a canary from a group.
|
default GetCanaryResponse |
SyntheticsClient.getCanary(Consumer<GetCanaryRequest.Builder> getCanaryRequest) |
Retrieves complete information about one canary.
|
default GetCanaryResponse |
SyntheticsClient.getCanary(GetCanaryRequest getCanaryRequest) |
Retrieves complete information about one canary.
|
default GetCanaryRunsResponse |
SyntheticsClient.getCanaryRuns(Consumer<GetCanaryRunsRequest.Builder> getCanaryRunsRequest) |
Retrieves a list of runs for a specified canary.
|
default GetCanaryRunsResponse |
SyntheticsClient.getCanaryRuns(GetCanaryRunsRequest getCanaryRunsRequest) |
Retrieves a list of runs for a specified canary.
|
default GetCanaryRunsIterable |
SyntheticsClient.getCanaryRunsPaginator(Consumer<GetCanaryRunsRequest.Builder> getCanaryRunsRequest) |
|
default GetCanaryRunsIterable |
SyntheticsClient.getCanaryRunsPaginator(GetCanaryRunsRequest getCanaryRunsRequest) |
|
default GetGroupResponse |
SyntheticsClient.getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest) |
Returns information about one group.
|
default GetGroupResponse |
SyntheticsClient.getGroup(GetGroupRequest getGroupRequest) |
Returns information about one group.
|
default ListAssociatedGroupsResponse |
SyntheticsClient.listAssociatedGroups(Consumer<ListAssociatedGroupsRequest.Builder> listAssociatedGroupsRequest) |
Returns a list of the groups that the specified canary is associated with.
|
default ListAssociatedGroupsResponse |
SyntheticsClient.listAssociatedGroups(ListAssociatedGroupsRequest listAssociatedGroupsRequest) |
Returns a list of the groups that the specified canary is associated with.
|
default ListAssociatedGroupsIterable |
SyntheticsClient.listAssociatedGroupsPaginator(Consumer<ListAssociatedGroupsRequest.Builder> listAssociatedGroupsRequest) |
|
default ListAssociatedGroupsIterable |
SyntheticsClient.listAssociatedGroupsPaginator(ListAssociatedGroupsRequest listAssociatedGroupsRequest) |
|
default ListGroupResourcesResponse |
SyntheticsClient.listGroupResources(Consumer<ListGroupResourcesRequest.Builder> listGroupResourcesRequest) |
This operation returns a list of the ARNs of the canaries that are associated with the specified group.
|
default ListGroupResourcesResponse |
SyntheticsClient.listGroupResources(ListGroupResourcesRequest listGroupResourcesRequest) |
This operation returns a list of the ARNs of the canaries that are associated with the specified group.
|
default ListGroupResourcesIterable |
SyntheticsClient.listGroupResourcesPaginator(Consumer<ListGroupResourcesRequest.Builder> listGroupResourcesRequest) |
|
default ListGroupResourcesIterable |
SyntheticsClient.listGroupResourcesPaginator(ListGroupResourcesRequest listGroupResourcesRequest) |
|
default ListGroupsResponse |
SyntheticsClient.listGroups(Consumer<ListGroupsRequest.Builder> listGroupsRequest) |
Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.
|
default ListGroupsResponse |
SyntheticsClient.listGroups(ListGroupsRequest listGroupsRequest) |
Returns a list of all groups in the account, displaying their names, unique IDs, and ARNs.
|
default ListGroupsIterable |
SyntheticsClient.listGroupsPaginator(Consumer<ListGroupsRequest.Builder> listGroupsRequest) |
|
default ListGroupsIterable |
SyntheticsClient.listGroupsPaginator(ListGroupsRequest listGroupsRequest) |
|
default ListTagsForResourceResponse |
SyntheticsClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) |
Displays the tags associated with a canary or group.
|
default ListTagsForResourceResponse |
SyntheticsClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) |
Displays the tags associated with a canary or group.
|
default StartCanaryResponse |
SyntheticsClient.startCanary(Consumer<StartCanaryRequest.Builder> startCanaryRequest) |
Use this operation to run a canary that has already been created.
|
default StartCanaryResponse |
SyntheticsClient.startCanary(StartCanaryRequest startCanaryRequest) |
Use this operation to run a canary that has already been created.
|
default StopCanaryResponse |
SyntheticsClient.stopCanary(Consumer<StopCanaryRequest.Builder> stopCanaryRequest) |
Stops the canary to prevent all future runs.
|
default StopCanaryResponse |
SyntheticsClient.stopCanary(StopCanaryRequest stopCanaryRequest) |
Stops the canary to prevent all future runs.
|
default TagResourceResponse |
SyntheticsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Assigns one or more tags (key-value pairs) to the specified canary or group.
|
default TagResourceResponse |
SyntheticsClient.tagResource(TagResourceRequest tagResourceRequest) |
Assigns one or more tags (key-value pairs) to the specified canary or group.
|
default UntagResourceResponse |
SyntheticsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Removes one or more tags from the specified resource.
|
default UntagResourceResponse |
SyntheticsClient.untagResource(UntagResourceRequest untagResourceRequest) |
Removes one or more tags from the specified resource.
|
default UpdateCanaryResponse |
SyntheticsClient.updateCanary(Consumer<UpdateCanaryRequest.Builder> updateCanaryRequest) |
Updates the configuration of a canary that has already been created.
|
default UpdateCanaryResponse |
SyntheticsClient.updateCanary(UpdateCanaryRequest updateCanaryRequest) |
Updates the configuration of a canary that has already been created.
|