| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics |
|
| Modifier and Type | Method and Description |
|---|---|
default AssociateResourceResponse |
SyntheticsClient.associateResource(AssociateResourceRequest associateResourceRequest)
Associates a canary with a group.
|
default AssociateResourceResponse |
SyntheticsClient.associateResource(Consumer<AssociateResourceRequest.Builder> associateResourceRequest)
Associates a canary with a group.
|
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 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)
Retrieves a list of runs for a specified canary.
|
default GetCanaryRunsIterable |
SyntheticsClient.getCanaryRunsPaginator(GetCanaryRunsRequest getCanaryRunsRequest)
Retrieves a list of runs for a specified canary.
|
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)
Returns a list of the groups that the specified canary is associated with.
|
default ListAssociatedGroupsIterable |
SyntheticsClient.listAssociatedGroupsPaginator(ListAssociatedGroupsRequest listAssociatedGroupsRequest)
Returns a list of the groups that the specified canary is associated with.
|
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)
This operation returns a list of the ARNs of the canaries that are associated with the specified group.
|
default ListGroupResourcesIterable |
SyntheticsClient.listGroupResourcesPaginator(ListGroupResourcesRequest listGroupResourcesRequest)
This operation returns a list of the ARNs of the canaries that are associated with the specified 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 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.
|
Copyright © 2023. All rights reserved.