| Package | Description |
|---|---|
| com.amazonaws.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The key portion of a tag.
|
Tag |
Tag.withValue(String value)
The value portion of a tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
The user specified key and value pair tags being added to a data store.
|
List<Tag> |
ListTagsForResourceResult.getTags()
Returns a list of tags associated with a data store.
|
List<Tag> |
CreateFHIRDatastoreRequest.getTags()
Resource tags that are applied to a data store when it is created.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
The user specified key and value pair tags being added to a data store.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
Returns a list of tags associated with a data store.
|
CreateFHIRDatastoreRequest |
CreateFHIRDatastoreRequest.withTags(Tag... tags)
Resource tags that are applied to a data store when it is created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
The user specified key and value pair tags being added to a data store.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
Returns a list of tags associated with a data store.
|
void |
CreateFHIRDatastoreRequest.setTags(Collection<Tag> tags)
Resource tags that are applied to a data store when it is created.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
The user specified key and value pair tags being added to a data store.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
Returns a list of tags associated with a data store.
|
CreateFHIRDatastoreRequest |
CreateFHIRDatastoreRequest.withTags(Collection<Tag> tags)
Resource tags that are applied to a data store when it is created.
|
Copyright © 2024. All rights reserved.