| Package | Description |
|---|---|
| software.amazon.awssdk.services.healthlake.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.tags()
The user specified key and value pair tags being added to a Data Store.
|
List<Tag> |
ListTagsForResourceResponse.tags()
Returns a list of tags associated with a Data Store.
|
List<Tag> |
CreateFhirDatastoreRequest.tags()
Resource tags that are applied to a Data Store when it is created.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
The user specified key and value pair tags being added to a Data Store.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
Returns a list of tags associated with a Data Store.
|
CreateFhirDatastoreRequest.Builder |
CreateFhirDatastoreRequest.Builder.tags(Tag... tags)
Resource tags that are applied to a Data Store when it is created.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
The user specified key and value pair tags being added to a Data Store.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
Returns a list of tags associated with a Data Store.
|
CreateFhirDatastoreRequest.Builder |
CreateFhirDatastoreRequest.Builder.tags(Collection<Tag> tags)
Resource tags that are applied to a Data Store when it is created.
|
Copyright © 2023. All rights reserved.