Uses of Interface
software.amazon.awssdk.services.acm.model.ListTagsForCertificateResponse.Builder
-
Packages that use ListTagsForCertificateResponse.Builder Package Description software.amazon.awssdk.services.acm.model -
-
Uses of ListTagsForCertificateResponse.Builder in software.amazon.awssdk.services.acm.model
Methods in software.amazon.awssdk.services.acm.model that return ListTagsForCertificateResponse.Builder Modifier and Type Method Description static ListTagsForCertificateResponse.BuilderListTagsForCertificateResponse. builder()ListTagsForCertificateResponse.BuilderListTagsForCertificateResponse.Builder. tags(Collection<Tag> tags)The key-value pairs that define the applied tags.ListTagsForCertificateResponse.BuilderListTagsForCertificateResponse.Builder. tags(Consumer<Tag.Builder>... tags)The key-value pairs that define the applied tags.ListTagsForCertificateResponse.BuilderListTagsForCertificateResponse.Builder. tags(Tag... tags)The key-value pairs that define the applied tags.ListTagsForCertificateResponse.BuilderListTagsForCertificateResponse. toBuilder()Methods in software.amazon.awssdk.services.acm.model that return types with arguments of type ListTagsForCertificateResponse.Builder Modifier and Type Method Description static Class<? extends ListTagsForCertificateResponse.Builder>ListTagsForCertificateResponse. serializableBuilderClass()
-