Uses of Interface
software.amazon.awssdk.services.acmpca.model.ListTagsResponse.Builder
-
Packages that use ListTagsResponse.Builder Package Description software.amazon.awssdk.services.acmpca.model -
-
Uses of ListTagsResponse.Builder in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return ListTagsResponse.Builder Modifier and Type Method Description static ListTagsResponse.BuilderListTagsResponse. builder()ListTagsResponse.BuilderListTagsResponse.Builder. nextToken(String nextToken)When the list is truncated, this value is present and should be used for the NextToken parameter in a subsequent pagination request.ListTagsResponse.BuilderListTagsResponse.Builder. tags(Collection<Tag> tags)The tags associated with your private CA.ListTagsResponse.BuilderListTagsResponse.Builder. tags(Consumer<Tag.Builder>... tags)The tags associated with your private CA.ListTagsResponse.BuilderListTagsResponse.Builder. tags(Tag... tags)The tags associated with your private CA.ListTagsResponse.BuilderListTagsResponse. toBuilder()Methods in software.amazon.awssdk.services.acmpca.model that return types with arguments of type ListTagsResponse.Builder Modifier and Type Method Description static Class<? extends ListTagsResponse.Builder>ListTagsResponse. serializableBuilderClass()
-