Uses of Class
software.amazon.awssdk.services.codebuild.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of Tag in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateFleetRequest. tags()A list of tag key and value pairs associated with this compute fleet.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>Fleet. tags()A list of tag key and value pairs associated with this compute fleet.List<Tag>Project. tags()A 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.List<Tag>UpdateFleetRequest. tags()A list of tag key and value pairs associated with this compute fleet.List<Tag>UpdateProjectRequest. tags()An updated list of tag key and value pairs associated with this build project.List<Tag>UpdateReportGroupRequest. tags()An updated list of tag key and value pairs associated with this report group.Methods in software.amazon.awssdk.services.codebuild.model with parameters of type Tag Modifier and Type Method Description CreateFleetRequest.BuilderCreateFleetRequest.Builder. tags(Tag... tags)A list of tag key and value pairs associated with this compute fleet.CreateProjectRequest.BuilderCreateProjectRequest.Builder. tags(Tag... tags)A list of tag key and value pairs associated with this build project.CreateReportGroupRequest.BuilderCreateReportGroupRequest.Builder. tags(Tag... tags)A list of tag key and value pairs associated with this report group.Fleet.BuilderFleet.Builder. tags(Tag... tags)A list of tag key and value pairs associated with this compute fleet.Project.BuilderProject.Builder. tags(Tag... tags)A list of tag key and value pairs associated with this build project.ReportGroup.BuilderReportGroup.Builder. tags(Tag... tags)A list of tag key and value pairs associated with this report group.UpdateFleetRequest.BuilderUpdateFleetRequest.Builder. tags(Tag... tags)A list of tag key and value pairs associated with this compute fleet.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. tags(Tag... tags)An updated list of tag key and value pairs associated with this build project.UpdateReportGroupRequest.BuilderUpdateReportGroupRequest.Builder. tags(Tag... tags)An updated list of tag key and value pairs associated with this report group.Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type Tag Modifier and Type Method Description CreateFleetRequest.BuilderCreateFleetRequest.Builder. tags(Collection<Tag> tags)A list of tag key and value pairs associated with this compute fleet.CreateProjectRequest.BuilderCreateProjectRequest.Builder. tags(Collection<Tag> tags)A list of tag key and value pairs associated with this build project.CreateReportGroupRequest.BuilderCreateReportGroupRequest.Builder. tags(Collection<Tag> tags)A list of tag key and value pairs associated with this report group.Fleet.BuilderFleet.Builder. tags(Collection<Tag> tags)A list of tag key and value pairs associated with this compute fleet.Project.BuilderProject.Builder. tags(Collection<Tag> tags)A list of tag key and value pairs associated with this build project.ReportGroup.BuilderReportGroup.Builder. tags(Collection<Tag> tags)A list of tag key and value pairs associated with this report group.UpdateFleetRequest.BuilderUpdateFleetRequest.Builder. tags(Collection<Tag> tags)A list of tag key and value pairs associated with this compute fleet.UpdateProjectRequest.BuilderUpdateProjectRequest.Builder. tags(Collection<Tag> tags)An updated list of tag key and value pairs associated with this build project.UpdateReportGroupRequest.BuilderUpdateReportGroupRequest.Builder. tags(Collection<Tag> tags)An updated list of tag key and value pairs associated with this report group.
-