| Package | Description |
|---|---|
| com.amazonaws.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
Tag |
Tag.clone() |
Tag |
Tag.withKey(String key)
The name of the tag.
|
Tag |
Tag.withValue(String value)
The value that’s associated with the specified tag key (
key). |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.getTags()
An array of objects, one for each tag (key and value) to associate with the Amazon Security Lake resource.
|
List<Tag> |
ListTagsForResourceResult.getTags()
An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake resource.
|
List<Tag> |
CreateSubscriberRequest.getTags()
An array of objects, one for each tag to associate with the subscriber.
|
List<Tag> |
CreateDataLakeRequest.getTags()
An array of objects, one for each tag to associate with the data lake configuration.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
An array of objects, one for each tag (key and value) to associate with the Amazon Security Lake resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Tag... tags)
An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake resource.
|
CreateSubscriberRequest |
CreateSubscriberRequest.withTags(Tag... tags)
An array of objects, one for each tag to associate with the subscriber.
|
CreateDataLakeRequest |
CreateDataLakeRequest.withTags(Tag... tags)
An array of objects, one for each tag to associate with the data lake configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TagResourceRequest.setTags(Collection<Tag> tags)
An array of objects, one for each tag (key and value) to associate with the Amazon Security Lake resource.
|
void |
ListTagsForResourceResult.setTags(Collection<Tag> tags)
An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake resource.
|
void |
CreateSubscriberRequest.setTags(Collection<Tag> tags)
An array of objects, one for each tag to associate with the subscriber.
|
void |
CreateDataLakeRequest.setTags(Collection<Tag> tags)
An array of objects, one for each tag to associate with the data lake configuration.
|
TagResourceRequest |
TagResourceRequest.withTags(Collection<Tag> tags)
An array of objects, one for each tag (key and value) to associate with the Amazon Security Lake resource.
|
ListTagsForResourceResult |
ListTagsForResourceResult.withTags(Collection<Tag> tags)
An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake resource.
|
CreateSubscriberRequest |
CreateSubscriberRequest.withTags(Collection<Tag> tags)
An array of objects, one for each tag to associate with the subscriber.
|
CreateDataLakeRequest |
CreateDataLakeRequest.withTags(Collection<Tag> tags)
An array of objects, one for each tag to associate with the data lake configuration.
|
Copyright © 2024. All rights reserved.