Uses of Class
software.amazon.awssdk.services.codestar.model.ListTagsForProjectResponse
-
Packages that use ListTagsForProjectResponse Package Description software.amazon.awssdk.services.codestar AWS CodeStar -
-
Uses of ListTagsForProjectResponse in software.amazon.awssdk.services.codestar
Methods in software.amazon.awssdk.services.codestar that return ListTagsForProjectResponse Modifier and Type Method Description default ListTagsForProjectResponseCodeStarClient. listTagsForProject(Consumer<ListTagsForProjectRequest.Builder> listTagsForProjectRequest)Gets the tags for a project.default ListTagsForProjectResponseCodeStarClient. listTagsForProject(ListTagsForProjectRequest listTagsForProjectRequest)Gets the tags for a project.Methods in software.amazon.awssdk.services.codestar that return types with arguments of type ListTagsForProjectResponse Modifier and Type Method Description default CompletableFuture<ListTagsForProjectResponse>CodeStarAsyncClient. listTagsForProject(Consumer<ListTagsForProjectRequest.Builder> listTagsForProjectRequest)Gets the tags for a project.default CompletableFuture<ListTagsForProjectResponse>CodeStarAsyncClient. listTagsForProject(ListTagsForProjectRequest listTagsForProjectRequest)Gets the tags for a project.
-