Uses of Class
software.amazon.awssdk.services.paymentcryptography.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.paymentcryptography.model software.amazon.awssdk.services.paymentcryptography.paginators -
-
Uses of Tag in software.amazon.awssdk.services.paymentcryptography.model
Methods in software.amazon.awssdk.services.paymentcryptography.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateKeyRequest. tags()Assigns one or more tags to the Amazon Web Services Payment Cryptography key.List<Tag>ImportKeyRequest. tags()Assigns one or more tags to the Amazon Web Services Payment Cryptography key.List<Tag>ListTagsForResourceResponse. tags()The list of tags associated with aResourceArn.List<Tag>TagResourceRequest. tags()One or more tags.Methods in software.amazon.awssdk.services.paymentcryptography.model with parameters of type Tag Modifier and Type Method Description CreateKeyRequest.BuilderCreateKeyRequest.Builder. tags(Tag... tags)Assigns one or more tags to the Amazon Web Services Payment Cryptography key.ImportKeyRequest.BuilderImportKeyRequest.Builder. tags(Tag... tags)Assigns one or more tags to the Amazon Web Services Payment Cryptography key.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)The list of tags associated with aResourceArn.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)One or more tags.Method parameters in software.amazon.awssdk.services.paymentcryptography.model with type arguments of type Tag Modifier and Type Method Description CreateKeyRequest.BuilderCreateKeyRequest.Builder. tags(Collection<Tag> tags)Assigns one or more tags to the Amazon Web Services Payment Cryptography key.ImportKeyRequest.BuilderImportKeyRequest.Builder. tags(Collection<Tag> tags)Assigns one or more tags to the Amazon Web Services Payment Cryptography key.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)The list of tags associated with aResourceArn.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)One or more tags. -
Uses of Tag in software.amazon.awssdk.services.paymentcryptography.paginators
Methods in software.amazon.awssdk.services.paymentcryptography.paginators that return types with arguments of type Tag Modifier and Type Method Description SdkIterable<Tag>ListTagsForResourceIterable. tags()Returns an iterable to iterate through the paginatedListTagsForResourceResponse.tags()member.SdkPublisher<Tag>ListTagsForResourcePublisher. tags()Returns a publisher that can be used to get a stream of data.
-