Uses of Class
software.amazon.awssdk.services.acm.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.acm.model -
-
Uses of Tag in software.amazon.awssdk.services.acm.model
Methods in software.amazon.awssdk.services.acm.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AddTagsToCertificateRequest. tags()The key-value pair that defines the tag.List<Tag>ImportCertificateRequest. tags()One or more resource tags to associate with the imported certificate.List<Tag>ListTagsForCertificateResponse. tags()The key-value pairs that define the applied tags.List<Tag>RemoveTagsFromCertificateRequest. tags()The key-value pair that defines the tag to remove.List<Tag>RequestCertificateRequest. tags()One or more resource tags to associate with the certificate.Methods in software.amazon.awssdk.services.acm.model with parameters of type Tag Modifier and Type Method Description AddTagsToCertificateRequest.BuilderAddTagsToCertificateRequest.Builder. tags(Tag... tags)The key-value pair that defines the tag.ImportCertificateRequest.BuilderImportCertificateRequest.Builder. tags(Tag... tags)One or more resource tags to associate with the imported certificate.ListTagsForCertificateResponse.BuilderListTagsForCertificateResponse.Builder. tags(Tag... tags)The key-value pairs that define the applied tags.RemoveTagsFromCertificateRequest.BuilderRemoveTagsFromCertificateRequest.Builder. tags(Tag... tags)The key-value pair that defines the tag to remove.RequestCertificateRequest.BuilderRequestCertificateRequest.Builder. tags(Tag... tags)One or more resource tags to associate with the certificate.Method parameters in software.amazon.awssdk.services.acm.model with type arguments of type Tag Modifier and Type Method Description AddTagsToCertificateRequest.BuilderAddTagsToCertificateRequest.Builder. tags(Collection<Tag> tags)The key-value pair that defines the tag.ImportCertificateRequest.BuilderImportCertificateRequest.Builder. tags(Collection<Tag> tags)One or more resource tags to associate with the imported certificate.ListTagsForCertificateResponse.BuilderListTagsForCertificateResponse.Builder. tags(Collection<Tag> tags)The key-value pairs that define the applied tags.RemoveTagsFromCertificateRequest.BuilderRemoveTagsFromCertificateRequest.Builder. tags(Collection<Tag> tags)The key-value pair that defines the tag to remove.RequestCertificateRequest.BuilderRequestCertificateRequest.Builder. tags(Collection<Tag> tags)One or more resource tags to associate with the certificate.
-