Uses of Class
com.amazonaws.services.certificatemanager.model.ListTagsForCertificateResult
-
Packages that use ListTagsForCertificateResult Package Description com.amazonaws.services.certificatemanager com.amazonaws.services.certificatemanager.model -
-
Uses of ListTagsForCertificateResult in com.amazonaws.services.certificatemanager
Methods in com.amazonaws.services.certificatemanager that return ListTagsForCertificateResult Modifier and Type Method Description ListTagsForCertificateResultAbstractAWSCertificateManager. listTagsForCertificate(ListTagsForCertificateRequest request)ListTagsForCertificateResultAWSCertificateManager. listTagsForCertificate(ListTagsForCertificateRequest listTagsForCertificateRequest)Lists the tags that have been applied to the ACM Certificate.ListTagsForCertificateResultAWSCertificateManagerClient. listTagsForCertificate(ListTagsForCertificateRequest listTagsForCertificateRequest)Lists the tags that have been applied to the ACM Certificate.Method parameters in com.amazonaws.services.certificatemanager with type arguments of type ListTagsForCertificateResult Modifier and Type Method Description Future<ListTagsForCertificateResult>AbstractAWSCertificateManagerAsync. listTagsForCertificateAsync(ListTagsForCertificateRequest request, AsyncHandler<ListTagsForCertificateRequest,ListTagsForCertificateResult> asyncHandler)Future<ListTagsForCertificateResult>AWSCertificateManagerAsync. listTagsForCertificateAsync(ListTagsForCertificateRequest listTagsForCertificateRequest, AsyncHandler<ListTagsForCertificateRequest,ListTagsForCertificateResult> asyncHandler)Lists the tags that have been applied to the ACM Certificate.Future<ListTagsForCertificateResult>AWSCertificateManagerAsyncClient. listTagsForCertificateAsync(ListTagsForCertificateRequest request, AsyncHandler<ListTagsForCertificateRequest,ListTagsForCertificateResult> asyncHandler) -
Uses of ListTagsForCertificateResult in com.amazonaws.services.certificatemanager.model
Methods in com.amazonaws.services.certificatemanager.model that return ListTagsForCertificateResult Modifier and Type Method Description ListTagsForCertificateResultListTagsForCertificateResult. clone()ListTagsForCertificateResultListTagsForCertificateResult. withTags(Tag... tags)The key-value pairs that define the applied tags.ListTagsForCertificateResultListTagsForCertificateResult. withTags(Collection<Tag> tags)The key-value pairs that define the applied tags.
-