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