Uses of Class
software.amazon.awssdk.services.memorydb.model.Tag
-
Packages that use Tag Package Description software.amazon.awssdk.services.memorydb.model -
-
Uses of Tag in software.amazon.awssdk.services.memorydb.model
Methods in software.amazon.awssdk.services.memorydb.model that return types with arguments of type Tag Modifier and Type Method Description List<Tag>ListTagsResponse. tagList()A list of tags as key-value pairs.List<Tag>TagResourceResponse. tagList()A list of tags as key-value pairs.List<Tag>UntagResourceResponse. tagList()The list of tags removedList<Tag>CopySnapshotRequest. tags()A list of tags to be added to this resource.List<Tag>CreateAclRequest. tags()A list of tags to be added to this resource.List<Tag>CreateClusterRequest. tags()A list of tags to be added to this resource.List<Tag>CreateParameterGroupRequest. tags()A list of tags to be added to this resource.List<Tag>CreateSnapshotRequest. tags()A list of tags to be added to this resource.List<Tag>CreateSubnetGroupRequest. 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>PurchaseReservedNodesOfferingRequest. tags()A list of tags to be added to this resource.List<Tag>TagResourceRequest. tags()A list of tags to be added to this resource.Methods in software.amazon.awssdk.services.memorydb.model with parameters of type Tag Modifier and Type Method Description ListTagsResponse.BuilderListTagsResponse.Builder. tagList(Tag... tagList)A list of tags as key-value pairs.TagResourceResponse.BuilderTagResourceResponse.Builder. tagList(Tag... tagList)A list of tags as key-value pairs.UntagResourceResponse.BuilderUntagResourceResponse.Builder. tagList(Tag... tagList)The list of tags removedCopySnapshotRequest.BuilderCopySnapshotRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.CreateAclRequest.BuilderCreateAclRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.CreateClusterRequest.BuilderCreateClusterRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.CreateParameterGroupRequest.BuilderCreateParameterGroupRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.CreateSubnetGroupRequest.BuilderCreateSubnetGroupRequest.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.PurchaseReservedNodesOfferingRequest.BuilderPurchaseReservedNodesOfferingRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Tag... tags)A list of tags to be added to this resource.Method parameters in software.amazon.awssdk.services.memorydb.model with type arguments of type Tag Modifier and Type Method Description ListTagsResponse.BuilderListTagsResponse.Builder. tagList(Collection<Tag> tagList)A list of tags as key-value pairs.TagResourceResponse.BuilderTagResourceResponse.Builder. tagList(Collection<Tag> tagList)A list of tags as key-value pairs.UntagResourceResponse.BuilderUntagResourceResponse.Builder. tagList(Collection<Tag> tagList)The list of tags removedCopySnapshotRequest.BuilderCopySnapshotRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.CreateAclRequest.BuilderCreateAclRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.CreateClusterRequest.BuilderCreateClusterRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.CreateParameterGroupRequest.BuilderCreateParameterGroupRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.CreateSnapshotRequest.BuilderCreateSnapshotRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.CreateSubnetGroupRequest.BuilderCreateSubnetGroupRequest.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.PurchaseReservedNodesOfferingRequest.BuilderPurchaseReservedNodesOfferingRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.TagResourceRequest.BuilderTagResourceRequest.Builder. tags(Collection<Tag> tags)A list of tags to be added to this resource.
-