| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectSummary |
ProjectSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
ProjectSummary |
ProjectSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
ProjectSummary |
ProjectSummary.clone() |
ProjectSummary |
ProjectSummary.withActiveExperimentCount(Long activeExperimentCount)
The number of experiments currently in the project.
|
ProjectSummary |
ProjectSummary.withActiveLaunchCount(Long activeLaunchCount)
The number of ongoing launches currently in the project.
|
ProjectSummary |
ProjectSummary.withArn(String arn)
The name or ARN of the project.
|
ProjectSummary |
ProjectSummary.withCreatedTime(Date createdTime)
The date and time that the project is created.
|
ProjectSummary |
ProjectSummary.withDescription(String description)
The description of the project.
|
ProjectSummary |
ProjectSummary.withExperimentCount(Long experimentCount)
The number of experiments currently in the project.
|
ProjectSummary |
ProjectSummary.withFeatureCount(Long featureCount)
The number of features currently in the project.
|
ProjectSummary |
ProjectSummary.withLastUpdatedTime(Date lastUpdatedTime)
The date and time that the project was most recently updated.
|
ProjectSummary |
ProjectSummary.withLaunchCount(Long launchCount)
The number of launches currently in the project, including launches that are ongoing, completed, and not started
yet.
|
ProjectSummary |
ProjectSummary.withName(String name)
The name of the project.
|
ProjectSummary |
ProjectSummary.withStatus(ProjectStatus status)
The current state of the project.
|
ProjectSummary |
ProjectSummary.withStatus(String status)
The current state of the project.
|
ProjectSummary |
ProjectSummary.withTags(Map<String,String> tags)
The list of tag keys and values associated with this project.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProjectSummary> |
ListProjectsResult.getProjects()
An array of structures that contain the configuration details of the projects in the Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListProjectsResult |
ListProjectsResult.withProjects(ProjectSummary... projects)
An array of structures that contain the configuration details of the projects in the Region.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProjectsResult.setProjects(Collection<ProjectSummary> projects)
An array of structures that contain the configuration details of the projects in the Region.
|
ListProjectsResult |
ListProjectsResult.withProjects(Collection<ProjectSummary> projects)
An array of structures that contain the configuration details of the projects in the Region.
|
Copyright © 2022. All rights reserved.