| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake |
Amazon Security Lake is a fully managed security data lake service.
|
| software.amazon.awssdk.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TagResourceResponse> |
SecurityLakeAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds or updates one or more tags that are associated with an Amazon Security Lake resource: a subscriber, or the
data lake configuration for your Amazon Web Services account in a particular Amazon Web Services Region.
|
default TagResourceResponse |
SecurityLakeClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds or updates one or more tags that are associated with an Amazon Security Lake resource: a subscriber, or the
data lake configuration for your Amazon Web Services account in a particular Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
static TagResourceRequest.Builder |
TagResourceRequest.builder() |
TagResourceRequest.Builder |
TagResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
TagResourceRequest.Builder |
TagResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
TagResourceRequest.Builder |
TagResourceRequest.Builder.resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Amazon Security Lake resource to add or update the tags for.
|
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.
|
TagResourceRequest.Builder |
TagResourceRequest.Builder.tags(Consumer<Tag.Builder>... tags)
An array of objects, one for each tag (key and value) to associate with the Amazon Security Lake resource.
|
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.
|
TagResourceRequest.Builder |
TagResourceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TagResourceRequest.Builder> |
TagResourceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.