| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics |
|
| Modifier and Type | Method and Description |
|---|---|
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 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.
|
Copyright © 2023. All rights reserved.