| Package | Description |
|---|---|
| com.amazonaws.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The tag's key.
|
Tag |
Tag.withValue(String value)
The tag's value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateProjectRequest.getTags()
A list of tag key and value pairs associated with this build project.
|
List<Tag> |
ReportGroup.getTags()
A list of tag key and value pairs associated with this report group.
|
List<Tag> |
CreateReportGroupRequest.getTags()
A list of tag key and value pairs associated with this report group.
|
List<Tag> |
UpdateProjectRequest.getTags()
An updated list of tag key and value pairs associated with this build project.
|
List<Tag> |
Project.getTags()
A list of tag key and value pairs associated with this build project.
|
List<Tag> |
UpdateReportGroupRequest.getTags()
An updated list of tag key and value pairs associated with this report group.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest |
CreateProjectRequest.withTags(Tag... tags)
A list of tag key and value pairs associated with this build project.
|
ReportGroup |
ReportGroup.withTags(Tag... tags)
A list of tag key and value pairs associated with this report group.
|
CreateReportGroupRequest |
CreateReportGroupRequest.withTags(Tag... tags)
A list of tag key and value pairs associated with this report group.
|
UpdateProjectRequest |
UpdateProjectRequest.withTags(Tag... tags)
An updated list of tag key and value pairs associated with this build project.
|
Project |
Project.withTags(Tag... tags)
A list of tag key and value pairs associated with this build project.
|
UpdateReportGroupRequest |
UpdateReportGroupRequest.withTags(Tag... tags)
An updated list of tag key and value pairs associated with this report group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateProjectRequest.setTags(Collection<Tag> tags)
A list of tag key and value pairs associated with this build project.
|
void |
ReportGroup.setTags(Collection<Tag> tags)
A list of tag key and value pairs associated with this report group.
|
void |
CreateReportGroupRequest.setTags(Collection<Tag> tags)
A list of tag key and value pairs associated with this report group.
|
void |
UpdateProjectRequest.setTags(Collection<Tag> tags)
An updated list of tag key and value pairs associated with this build project.
|
void |
Project.setTags(Collection<Tag> tags)
A list of tag key and value pairs associated with this build project.
|
void |
UpdateReportGroupRequest.setTags(Collection<Tag> tags)
An updated list of tag key and value pairs associated with this report group.
|
CreateProjectRequest |
CreateProjectRequest.withTags(Collection<Tag> tags)
A list of tag key and value pairs associated with this build project.
|
ReportGroup |
ReportGroup.withTags(Collection<Tag> tags)
A list of tag key and value pairs associated with this report group.
|
CreateReportGroupRequest |
CreateReportGroupRequest.withTags(Collection<Tag> tags)
A list of tag key and value pairs associated with this report group.
|
UpdateProjectRequest |
UpdateProjectRequest.withTags(Collection<Tag> tags)
An updated list of tag key and value pairs associated with this build project.
|
Project |
Project.withTags(Collection<Tag> tags)
A list of tag key and value pairs associated with this build project.
|
UpdateReportGroupRequest |
UpdateReportGroupRequest.withTags(Collection<Tag> tags)
An updated list of tag key and value pairs associated with this report group.
|
Copyright © 2020. All rights reserved.