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 ListTagsForCertificateResult
AbstractAWSCertificateManager. listTagsForCertificate(ListTagsForCertificateRequest request)
ListTagsForCertificateResult
AWSCertificateManager. listTagsForCertificate(ListTagsForCertificateRequest listTagsForCertificateRequest)
Lists the tags that have been applied to the ACM Certificate.ListTagsForCertificateResult
AWSCertificateManagerClient. 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 ListTagsForCertificateResult
ListTagsForCertificateResult. clone()
ListTagsForCertificateResult
ListTagsForCertificateResult. withTags(Tag... tags)
The key-value pairs that define the applied tags.ListTagsForCertificateResult
ListTagsForCertificateResult. withTags(Collection<Tag> tags)
The key-value pairs that define the applied tags.
-