| 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 ListTagsForResourceResponse |
SecurityLakeClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Retrieves the tags (keys and values) 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 CompletableFuture<ListTagsForResourceResponse> |
SecurityLakeAsyncClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Retrieves the tags (keys and values) 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 ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.builder() |
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.Builder.resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Amazon Security Lake resource to retrieve the tags for.
|
ListTagsForResourceRequest.Builder |
ListTagsForResourceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTagsForResourceRequest.Builder> |
ListTagsForResourceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.