Uses of Class
software.amazon.awssdk.services.codestar.model.TagProjectResponse
-
Packages that use TagProjectResponse Package Description software.amazon.awssdk.services.codestar AWS CodeStar -
-
Uses of TagProjectResponse in software.amazon.awssdk.services.codestar
Methods in software.amazon.awssdk.services.codestar that return TagProjectResponse Modifier and Type Method Description default TagProjectResponseCodeStarClient. tagProject(Consumer<TagProjectRequest.Builder> tagProjectRequest)Adds tags to a project.default TagProjectResponseCodeStarClient. tagProject(TagProjectRequest tagProjectRequest)Adds tags to a project.Methods in software.amazon.awssdk.services.codestar that return types with arguments of type TagProjectResponse Modifier and Type Method Description default CompletableFuture<TagProjectResponse>CodeStarAsyncClient. tagProject(Consumer<TagProjectRequest.Builder> tagProjectRequest)Adds tags to a project.default CompletableFuture<TagProjectResponse>CodeStarAsyncClient. tagProject(TagProjectRequest tagProjectRequest)Adds tags to a project.
-