Uses of Interface
software.amazon.awssdk.services.codestar.model.ListTagsForProjectRequest.Builder
-
Packages that use ListTagsForProjectRequest.Builder Package Description software.amazon.awssdk.services.codestar AWS CodeStar software.amazon.awssdk.services.codestar.model -
-
Uses of ListTagsForProjectRequest.Builder in software.amazon.awssdk.services.codestar
Method parameters in software.amazon.awssdk.services.codestar with type arguments of type ListTagsForProjectRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTagsForProjectResponse>CodeStarAsyncClient. listTagsForProject(Consumer<ListTagsForProjectRequest.Builder> listTagsForProjectRequest)Gets the tags for a project.default ListTagsForProjectResponseCodeStarClient. listTagsForProject(Consumer<ListTagsForProjectRequest.Builder> listTagsForProjectRequest)Gets the tags for a project. -
Uses of ListTagsForProjectRequest.Builder in software.amazon.awssdk.services.codestar.model
Methods in software.amazon.awssdk.services.codestar.model that return ListTagsForProjectRequest.Builder Modifier and Type Method Description static ListTagsForProjectRequest.BuilderListTagsForProjectRequest. builder()ListTagsForProjectRequest.BuilderListTagsForProjectRequest.Builder. id(String id)The ID of the project to get tags for.ListTagsForProjectRequest.BuilderListTagsForProjectRequest.Builder. maxResults(Integer maxResults)Reserved for future use.ListTagsForProjectRequest.BuilderListTagsForProjectRequest.Builder. nextToken(String nextToken)Reserved for future use.ListTagsForProjectRequest.BuilderListTagsForProjectRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTagsForProjectRequest.BuilderListTagsForProjectRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTagsForProjectRequest.BuilderListTagsForProjectRequest. toBuilder()Methods in software.amazon.awssdk.services.codestar.model that return types with arguments of type ListTagsForProjectRequest.Builder Modifier and Type Method Description static Class<? extends ListTagsForProjectRequest.Builder>ListTagsForProjectRequest. serializableBuilderClass()
-