Uses of Interface
software.amazon.awssdk.services.codestar.model.ListTagsForProjectResponse.Builder
-
Packages that use ListTagsForProjectResponse.Builder Package Description software.amazon.awssdk.services.codestar.model -
-
Uses of ListTagsForProjectResponse.Builder in software.amazon.awssdk.services.codestar.model
Methods in software.amazon.awssdk.services.codestar.model that return ListTagsForProjectResponse.Builder Modifier and Type Method Description static ListTagsForProjectResponse.BuilderListTagsForProjectResponse. builder()ListTagsForProjectResponse.BuilderListTagsForProjectResponse.Builder. nextToken(String nextToken)Reserved for future use.ListTagsForProjectResponse.BuilderListTagsForProjectResponse.Builder. tags(Map<String,String> tags)The tags for the project.ListTagsForProjectResponse.BuilderListTagsForProjectResponse. toBuilder()Methods in software.amazon.awssdk.services.codestar.model that return types with arguments of type ListTagsForProjectResponse.Builder Modifier and Type Method Description static Class<? extends ListTagsForProjectResponse.Builder>ListTagsForProjectResponse. serializableBuilderClass()
-