| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
CreateProjectRequest.tags()
A list of tag key and value pairs associated with this build project.
|
List<Tag> |
CreateReportGroupRequest.tags()
A list of tag key and value pairs associated with this report group.
|
List<Tag> |
UpdateReportGroupRequest.tags()
An updated list of tag key and value pairs associated with this report group.
|
List<Tag> |
Project.tags()
A list of tag key and value pairs associated with this build project.
|
List<Tag> |
UpdateProjectRequest.tags()
An updated list of tag key and value pairs associated with this build project.
|
List<Tag> |
ReportGroup.tags()
A list of tag key and value pairs associated with this report group.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.tags(Tag... tags)
A list of tag key and value pairs associated with this build project.
|
CreateReportGroupRequest.Builder |
CreateReportGroupRequest.Builder.tags(Tag... tags)
A list of tag key and value pairs associated with this report group.
|
UpdateReportGroupRequest.Builder |
UpdateReportGroupRequest.Builder.tags(Tag... tags)
An updated list of tag key and value pairs associated with this report group.
|
Project.Builder |
Project.Builder.tags(Tag... tags)
A list of tag key and value pairs associated with this build project.
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.tags(Tag... tags)
An updated list of tag key and value pairs associated with this build project.
|
ReportGroup.Builder |
ReportGroup.Builder.tags(Tag... tags)
A list of tag key and value pairs associated with this report group.
|
| Modifier and Type | Method and Description |
|---|---|
CreateProjectRequest.Builder |
CreateProjectRequest.Builder.tags(Collection<Tag> tags)
A list of tag key and value pairs associated with this build project.
|
CreateReportGroupRequest.Builder |
CreateReportGroupRequest.Builder.tags(Collection<Tag> tags)
A list of tag key and value pairs associated with this report group.
|
UpdateReportGroupRequest.Builder |
UpdateReportGroupRequest.Builder.tags(Collection<Tag> tags)
An updated list of tag key and value pairs associated with this report group.
|
Project.Builder |
Project.Builder.tags(Collection<Tag> tags)
A list of tag key and value pairs associated with this build project.
|
UpdateProjectRequest.Builder |
UpdateProjectRequest.Builder.tags(Collection<Tag> tags)
An updated list of tag key and value pairs associated with this build project.
|
ReportGroup.Builder |
ReportGroup.Builder.tags(Collection<Tag> tags)
A list of tag key and value pairs associated with this report group.
|
Copyright © 2023. All rights reserved.