Uses of Class
software.amazon.awssdk.services.elasticache.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.elasticache.model -
-
Uses of Tag in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>AddTagsToResourceResponse. tagList()A list of tags as key-value pairs.List<Tag>ListTagsForResourceResponse. tagList()A list of tags as key-value pairs.List<Tag>RemoveTagsFromResourceResponse. tagList()A list of tags as key-value pairs.List<Tag>AddTagsToResourceRequest. tags()A list of tags to be added to this resource.List<Tag>CopyServerlessCacheSnapshotRequest. tags()A list of tags to be added to the target snapshot resource.List<Tag>CopySnapshotRequest. tags()A list of tags to be added to this resource.List<Tag>CreateCacheClusterRequest. tags()A list of tags to be added to this resource.List<Tag>CreateCacheParameterGroupRequest. tags()A list of tags to be added to this resource.List<Tag>CreateCacheSecurityGroupRequest. tags()A list of tags to be added to this resource.List<Tag>CreateCacheSubnetGroupRequest. tags()A list of tags to be added to this resource.List<Tag>CreateReplicationGroupRequest. tags()A list of tags to be added to this resource.List<Tag>CreateServerlessCacheRequest. tags()The list of tags (key, value) pairs to be added to the serverless cache resource.List<Tag>CreateServerlessCacheSnapshotRequest. tags()A list of tags to be added to the snapshot resource.List<Tag>CreateSnapshotRequest. tags()A list of tags to be added to this resource.List<Tag>CreateUserGroupRequest. tags()A list of tags to be added to this resource.List<Tag>CreateUserRequest. tags()A list of tags to be added to this resource.List<Tag>PurchaseReservedCacheNodesOfferingRequest. tags()A list of tags to be added to this resource.Methods in software.amazon.awssdk.services.elasticache.model with parameters of type Tag Modifier and Type Method Description AddTagsToResourceResponse.BuilderAddTagsToResourceResponse.Builder. tagList(Tag... tagList)A list of tags as key-value pairs.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tagList(Tag... tagList)A list of tags as key-value pairs.RemoveTagsFromResourceResponse.BuilderRemoveTagsFromResourceResponse.Builder. tagList(Tag... tagList)A list of tags as key-value pairs.AddTagsToResourceRequest.BuilderAddTagsToResourceRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.CopyServerlessCacheSnapshotRequest.BuilderCopyServerlessCacheSnapshotRequest.Builder. tags(Tag... tags)A list of tags to be added to the target snapshot resource.CopySnapshotRequest.BuilderCopySnapshotRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.CreateCacheClusterRequest.BuilderCreateCacheClusterRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.CreateCacheParameterGroupRequest.BuilderCreateCacheParameterGroupRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.CreateCacheSecurityGroupRequest.BuilderCreateCacheSecurityGroupRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.CreateCacheSubnetGroupRequest.BuilderCreateCacheSubnetGroupRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.CreateReplicationGroupRequest.BuilderCreateReplicationGroupRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.CreateServerlessCacheRequest.BuilderCreateServerlessCacheRequest.Builder. tags(Tag... tags)The list of tags (key, value) pairs to be added to the serverless cache resource.CreateServerlessCacheSnapshotRequest.BuilderCreateServerlessCacheSnapshotRequest.Builder. tags(Tag... tags)A list of tags to be added to the snapshot resource.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.CreateUserGroupRequest.BuilderCreateUserGroupRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.CreateUserRequest.BuilderCreateUserRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.PurchaseReservedCacheNodesOfferingRequest.BuilderPurchaseReservedCacheNodesOfferingRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.Method parameters in software.amazon.awssdk.services.elasticache.model with type arguments of type Tag Modifier and Type Method Description AddTagsToResourceResponse.BuilderAddTagsToResourceResponse.Builder. tagList(Collection<Tag> tagList)A list of tags as key-value pairs.ListTagsForResourceResponse.BuilderListTagsForResourceResponse.Builder. tagList(Collection<Tag> tagList)A list of tags as key-value pairs.RemoveTagsFromResourceResponse.BuilderRemoveTagsFromResourceResponse.Builder. tagList(Collection<Tag> tagList)A list of tags as key-value pairs.AddTagsToResourceRequest.BuilderAddTagsToResourceRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.CopyServerlessCacheSnapshotRequest.BuilderCopyServerlessCacheSnapshotRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to the target snapshot resource.CopySnapshotRequest.BuilderCopySnapshotRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.CreateCacheClusterRequest.BuilderCreateCacheClusterRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.CreateCacheParameterGroupRequest.BuilderCreateCacheParameterGroupRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.CreateCacheSecurityGroupRequest.BuilderCreateCacheSecurityGroupRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.CreateCacheSubnetGroupRequest.BuilderCreateCacheSubnetGroupRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.CreateReplicationGroupRequest.BuilderCreateReplicationGroupRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.CreateServerlessCacheRequest.BuilderCreateServerlessCacheRequest.Builder. tags(Collection<Tag> tags)The list of tags (key, value) pairs to be added to the serverless cache resource.CreateServerlessCacheSnapshotRequest.BuilderCreateServerlessCacheSnapshotRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to the snapshot resource.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.CreateUserGroupRequest.BuilderCreateUserGroupRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.CreateUserRequest.BuilderCreateUserRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.PurchaseReservedCacheNodesOfferingRequest.BuilderPurchaseReservedCacheNodesOfferingRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.
-