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 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 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 GetGroupResponse |
SyntheticsClient.getGroup(Consumer<GetGroupRequest.Builder> getGroupRequest) |
Returns information about one group.
|
default GetGroupResponse |
SyntheticsClient.getGroup(GetGroupRequest getGroupRequest) |
Returns information about one group.
|
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 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.
|