| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
RefResource |
RefResource.clone() |
RefResource |
RefResource.withArn(String arn)
The ARN of the experiment or launch.
|
RefResource |
RefResource.withEndTime(String endTime)
The day and time that this experiment or launch ended.
|
RefResource |
RefResource.withLastUpdatedOn(String lastUpdatedOn)
The day and time that this experiment or launch was most recently updated.
|
RefResource |
RefResource.withName(String name)
The name of the experiment or launch.
|
RefResource |
RefResource.withStartTime(String startTime)
The day and time that this experiment or launch started.
|
RefResource |
RefResource.withStatus(String status)
The status of the experiment or launch.
|
RefResource |
RefResource.withType(String type)
Specifies whether the resource that this structure contains information about is an experiment or a launch.
|
| Modifier and Type | Method and Description |
|---|---|
List<RefResource> |
ListSegmentReferencesResult.getReferencedBy()
An array of structures, where each structure contains information about one experiment or launch that uses this
segment.
|
| Modifier and Type | Method and Description |
|---|---|
ListSegmentReferencesResult |
ListSegmentReferencesResult.withReferencedBy(RefResource... referencedBy)
An array of structures, where each structure contains information about one experiment or launch that uses this
segment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSegmentReferencesResult.setReferencedBy(Collection<RefResource> referencedBy)
An array of structures, where each structure contains information about one experiment or launch that uses this
segment.
|
ListSegmentReferencesResult |
ListSegmentReferencesResult.withReferencedBy(Collection<RefResource> referencedBy)
An array of structures, where each structure contains information about one experiment or launch that uses this
segment.
|
Copyright © 2022. All rights reserved.