Uses of Class
software.amazon.awssdk.services.kms.model.Tag
Packages that use Tag
Package
Description
-
Uses of Tag in software.amazon.awssdk.services.kms.model
Methods in software.amazon.awssdk.services.kms.model that return types with arguments of type TagModifier and TypeMethodDescriptionReplicateKeyResponse.replicaTags()The tags on the new replica key.CreateKeyRequest.tags()Assigns one or more tags to the KMS key.ListResourceTagsResponse.tags()A list of tags.ReplicateKeyRequest.tags()Assigns one or more tags to the replica key.TagResourceRequest.tags()One or more tags.Methods in software.amazon.awssdk.services.kms.model with parameters of type TagModifier and TypeMethodDescriptionReplicateKeyResponse.Builder.replicaTags(Tag... replicaTags) The tags on the new replica key.Assigns one or more tags to the KMS key.A list of tags.Assigns one or more tags to the replica key.One or more tags.Method parameters in software.amazon.awssdk.services.kms.model with type arguments of type TagModifier and TypeMethodDescriptionReplicateKeyResponse.Builder.replicaTags(Collection<Tag> replicaTags) The tags on the new replica key.CreateKeyRequest.Builder.tags(Collection<Tag> tags) Assigns one or more tags to the KMS key.ListResourceTagsResponse.Builder.tags(Collection<Tag> tags) A list of tags.ReplicateKeyRequest.Builder.tags(Collection<Tag> tags) Assigns one or more tags to the replica key.TagResourceRequest.Builder.tags(Collection<Tag> tags) One or more tags. -
Uses of Tag in software.amazon.awssdk.services.kms.paginators
Methods in software.amazon.awssdk.services.kms.paginators that return types with arguments of type TagModifier and TypeMethodDescriptionfinal SdkIterable<Tag>ListResourceTagsIterable.tags()Returns an iterable to iterate through the paginatedListResourceTagsResponse.tags()member.final SdkPublisher<Tag>ListResourceTagsPublisher.tags()Returns a publisher that can be used to get a stream of data.