Uses of Class
software.amazon.awssdk.services.acmpca.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.acmpca.model software.amazon.awssdk.services.acmpca.paginators -
-
Uses of Tag in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateCertificateAuthorityRequest. tags()Key-value pairs that will be attached to the new private CA.List<Tag>ListTagsResponse. tags()The tags associated with your private CA.List<Tag>TagCertificateAuthorityRequest. tags()List of tags to be associated with the CA.List<Tag>UntagCertificateAuthorityRequest. tags()List of tags to be removed from the CA.Methods in software.amazon.awssdk.services.acmpca.model with parameters of type Tag Modifier and Type Method Description CreateCertificateAuthorityRequest.BuilderCreateCertificateAuthorityRequest.Builder. tags(Tag... tags)Key-value pairs that will be attached to the new private CA.ListTagsResponse.BuilderListTagsResponse.Builder. tags(Tag... tags)The tags associated with your private CA.TagCertificateAuthorityRequest.BuilderTagCertificateAuthorityRequest.Builder. tags(Tag... tags)List of tags to be associated with the CA.UntagCertificateAuthorityRequest.BuilderUntagCertificateAuthorityRequest.Builder. tags(Tag... tags)List of tags to be removed from the CA.Method parameters in software.amazon.awssdk.services.acmpca.model with type arguments of type Tag Modifier and Type Method Description CreateCertificateAuthorityRequest.BuilderCreateCertificateAuthorityRequest.Builder. tags(Collection<Tag> tags)Key-value pairs that will be attached to the new private CA.ListTagsResponse.BuilderListTagsResponse.Builder. tags(Collection<Tag> tags)The tags associated with your private CA.TagCertificateAuthorityRequest.BuilderTagCertificateAuthorityRequest.Builder. tags(Collection<Tag> tags)List of tags to be associated with the CA.UntagCertificateAuthorityRequest.BuilderUntagCertificateAuthorityRequest.Builder. tags(Collection<Tag> tags)List of tags to be removed from the CA. -
Uses of Tag in software.amazon.awssdk.services.acmpca.paginators
Methods in software.amazon.awssdk.services.acmpca.paginators that return types with arguments of type Tag Modifier and Type Method Description SdkIterable<Tag>ListTagsIterable. tags()Returns an iterable to iterate through the paginatedListTagsResponse.tags()member.SdkPublisher<Tag>ListTagsPublisher. tags()Returns a publisher that can be used to get a stream of data.
-