| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
Segment |
Segment.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Segment |
Segment.clearTagsEntries()
Removes all the entries added into Tags.
|
Segment |
Segment.clone() |
Segment |
GetSegmentResult.getSegment()
A structure that contains the complete information about the segment.
|
Segment |
CreateSegmentResult.getSegment()
A structure that contains the complete information about the segment that was just created.
|
Segment |
Segment.withArn(String arn)
The ARN of the segment.
|
Segment |
Segment.withCreatedTime(Date createdTime)
The date and time that this segment was created.
|
Segment |
Segment.withDescription(String description)
The customer-created description for this segment.
|
Segment |
Segment.withExperimentCount(Long experimentCount)
The number of experiments that this segment is used in.
|
Segment |
Segment.withLastUpdatedTime(Date lastUpdatedTime)
The date and time that this segment was most recently updated.
|
Segment |
Segment.withLaunchCount(Long launchCount)
The number of launches that this segment is used in.
|
Segment |
Segment.withName(String name)
The name of the segment.
|
Segment |
Segment.withPattern(String pattern)
|
Segment |
Segment.withTags(Map<String,String> tags)
The list of tag keys and values associated with this launch.
|
| Modifier and Type | Method and Description |
|---|---|
List<Segment> |
ListSegmentsResult.getSegments()
An array of structures that contain information about the segments in this Region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSegmentResult.setSegment(Segment segment)
A structure that contains the complete information about the segment.
|
void |
CreateSegmentResult.setSegment(Segment segment)
A structure that contains the complete information about the segment that was just created.
|
GetSegmentResult |
GetSegmentResult.withSegment(Segment segment)
A structure that contains the complete information about the segment.
|
CreateSegmentResult |
CreateSegmentResult.withSegment(Segment segment)
A structure that contains the complete information about the segment that was just created.
|
ListSegmentsResult |
ListSegmentsResult.withSegments(Segment... segments)
An array of structures that contain information about the segments in this Region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSegmentsResult.setSegments(Collection<Segment> segments)
An array of structures that contain information about the segments in this Region.
|
ListSegmentsResult |
ListSegmentsResult.withSegments(Collection<Segment> segments)
An array of structures that contain information about the segments in this Region.
|
Copyright © 2022. All rights reserved.