| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
List<Tag> |
TagResourceRequest.tags()
An array of objects, one for each tag (key and value) to associate with the Amazon Security Lake resource.
|
List<Tag> |
CreateSubscriberRequest.tags()
An array of objects, one for each tag to associate with the subscriber.
|
List<Tag> |
ListTagsForResourceResponse.tags()
An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake resource.
|
List<Tag> |
CreateDataLakeRequest.tags()
An array of objects, one for each tag to associate with the data lake configuration.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Tag... tags)
An array of objects, one for each tag (key and value) to associate with the Amazon Security Lake resource.
|
CreateSubscriberRequest.Builder |
CreateSubscriberRequest.Builder.tags(Tag... tags)
An array of objects, one for each tag to associate with the subscriber.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Tag... tags)
An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake
resource.
|
CreateDataLakeRequest.Builder |
CreateDataLakeRequest.Builder.tags(Tag... tags)
An array of objects, one for each tag to associate with the data lake configuration.
|
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Collection<Tag> tags)
An array of objects, one for each tag (key and value) to associate with the Amazon Security Lake resource.
|
CreateSubscriberRequest.Builder |
CreateSubscriberRequest.Builder.tags(Collection<Tag> tags)
An array of objects, one for each tag to associate with the subscriber.
|
ListTagsForResourceResponse.Builder |
ListTagsForResourceResponse.Builder.tags(Collection<Tag> tags)
An array of objects, one for each tag (key and value) that’s associated with the Amazon Security Lake
resource.
|
CreateDataLakeRequest.Builder |
CreateDataLakeRequest.Builder.tags(Collection<Tag> tags)
An array of objects, one for each tag to associate with the data lake configuration.
|
Copyright © 2023. All rights reserved.