Uses of Class
com.amazonaws.services.certificatemanager.model.ListTagsForCertificateResult
Packages that use ListTagsForCertificateResult
Package
Description
-
Uses of ListTagsForCertificateResult in com.amazonaws.services.certificatemanager
Methods in com.amazonaws.services.certificatemanager that return ListTagsForCertificateResultModifier and TypeMethodDescriptionAbstractAWSCertificateManager.listTagsForCertificate
(ListTagsForCertificateRequest request) AWSCertificateManager.listTagsForCertificate
(ListTagsForCertificateRequest listTagsForCertificateRequest) Lists the tags that have been applied to the ACM Certificate.AWSCertificateManagerClient.listTagsForCertificate
(ListTagsForCertificateRequest listTagsForCertificateRequest) Lists the tags that have been applied to the ACM Certificate.Methods in com.amazonaws.services.certificatemanager that return types with arguments of type ListTagsForCertificateResultModifier and TypeMethodDescriptionAbstractAWSCertificateManagerAsync.listTagsForCertificateAsync
(ListTagsForCertificateRequest request) AbstractAWSCertificateManagerAsync.listTagsForCertificateAsync
(ListTagsForCertificateRequest request, AsyncHandler<ListTagsForCertificateRequest, ListTagsForCertificateResult> asyncHandler) AWSCertificateManagerAsync.listTagsForCertificateAsync
(ListTagsForCertificateRequest listTagsForCertificateRequest) Lists the tags that have been applied to the ACM Certificate.AWSCertificateManagerAsync.listTagsForCertificateAsync
(ListTagsForCertificateRequest listTagsForCertificateRequest, AsyncHandler<ListTagsForCertificateRequest, ListTagsForCertificateResult> asyncHandler) Lists the tags that have been applied to the ACM Certificate.AWSCertificateManagerAsyncClient.listTagsForCertificateAsync
(ListTagsForCertificateRequest request) AWSCertificateManagerAsyncClient.listTagsForCertificateAsync
(ListTagsForCertificateRequest request, AsyncHandler<ListTagsForCertificateRequest, ListTagsForCertificateResult> asyncHandler) Method parameters in com.amazonaws.services.certificatemanager with type arguments of type ListTagsForCertificateResultModifier and TypeMethodDescriptionAbstractAWSCertificateManagerAsync.listTagsForCertificateAsync
(ListTagsForCertificateRequest request, AsyncHandler<ListTagsForCertificateRequest, ListTagsForCertificateResult> asyncHandler) AWSCertificateManagerAsync.listTagsForCertificateAsync
(ListTagsForCertificateRequest listTagsForCertificateRequest, AsyncHandler<ListTagsForCertificateRequest, ListTagsForCertificateResult> asyncHandler) Lists the tags that have been applied to the ACM Certificate.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 ListTagsForCertificateResultModifier and TypeMethodDescriptionListTagsForCertificateResult.clone()
The key-value pairs that define the applied tags.ListTagsForCertificateResult.withTags
(Collection<Tag> tags) The key-value pairs that define the applied tags.