| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Group |
Group.clearTagsEntries()
Removes all the entries added into Tags.
|
Group |
Group.clone() |
Group |
CreateGroupResult.getGroup()
A structure that contains information about the group that was just created.
|
Group |
GetGroupResult.getGroup()
A structure that contains information about the group.
|
Group |
Group.withArn(String arn)
The ARN of the group.
|
Group |
Group.withCreatedTime(Date createdTime)
The date and time that the group was created.
|
Group |
Group.withId(String id)
The unique ID of the group.
|
Group |
Group.withLastModifiedTime(Date lastModifiedTime)
The date and time that the group was most recently updated.
|
Group |
Group.withName(String name)
The name of the group.
|
Group |
Group.withTags(Map<String,String> tags)
The list of key-value pairs that are associated with the canary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateGroupResult.setGroup(Group group)
A structure that contains information about the group that was just created.
|
void |
GetGroupResult.setGroup(Group group)
A structure that contains information about the group.
|
CreateGroupResult |
CreateGroupResult.withGroup(Group group)
A structure that contains information about the group that was just created.
|
GetGroupResult |
GetGroupResult.withGroup(Group group)
A structure that contains information about the group.
|
Copyright © 2024. All rights reserved.