Uses of Class
software.amazon.awssdk.services.keyspaces.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.keyspaces.model software.amazon.awssdk.services.keyspaces.paginators -
-
Uses of Tag in software.amazon.awssdk.services.keyspaces.model
Methods in software.amazon.awssdk.services.keyspaces.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>CreateKeyspaceRequest. tags()A list of key-value pair tags to be attached to the keyspace.List<Tag>CreateTableRequest. tags()A list of key-value pair tags to be attached to the resource.List<Tag>ListTagsForResourceResponse. tags()A list of tags.List<Tag>TagResourceRequest. tags()The tags to be assigned to the Amazon Keyspaces resource.List<Tag>UntagResourceRequest. tags()A list of existing tags to be removed from the Amazon Keyspaces resource.List<Tag>RestoreTableRequest. tagsOverride()A list of key-value pair tags to be attached to the restored table.Methods in software.amazon.awssdk.services.keyspaces.model with parameters of type Tag Modifier and Type Method Description CreateKeyspaceRequest.BuilderCreateKeyspaceRequest.Builder. tags(Tag... tags)A list of key-value pair tags to be attached to the keyspace.CreateTableRequest.BuilderCreateTableRequest.Builder. tags(Tag... tags)A list of key-value pair tags to be attached to the resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Tag... tags)A list of tags.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)The tags to be assigned to the Amazon Keyspaces resource.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tags(Tag... tags)A list of existing tags to be removed from the Amazon Keyspaces resource.RestoreTableRequest.BuilderRestoreTableRequest.Builder. tagsOverride(Tag... tagsOverride)A list of key-value pair tags to be attached to the restored table.Method parameters in software.amazon.awssdk.services.keyspaces.model with type arguments of type Tag Modifier and Type Method Description CreateKeyspaceRequest.BuilderCreateKeyspaceRequest.Builder. tags(Collection<Tag> tags)A list of key-value pair tags to be attached to the keyspace.CreateTableRequest.BuilderCreateTableRequest.Builder. tags(Collection<Tag> tags)A list of key-value pair tags to be attached to the resource.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tags(Collection<Tag> tags)A list of tags.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)The tags to be assigned to the Amazon Keyspaces resource.UntagResourceRequest.BuilderUntagResourceRequest.Builder. tags(Collection<Tag> tags)A list of existing tags to be removed from the Amazon Keyspaces resource.RestoreTableRequest.BuilderRestoreTableRequest.Builder. tagsOverride(Collection<Tag> tagsOverride)A list of key-value pair tags to be attached to the restored table. -
Uses of Tag in software.amazon.awssdk.services.keyspaces.paginators
Methods in software.amazon.awssdk.services.keyspaces.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.
-