| Package | Description |
|---|---|
| com.amazonaws.services.securitylake |
Amazon Security Lake is a fully managed security data lake service.
|
| com.amazonaws.services.securitylake.model |
| Modifier and Type | Method and Description |
|---|---|
TagResourceResult |
AmazonSecurityLakeClient.tagResource(TagResourceRequest request)
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.
|
TagResourceResult |
AbstractAmazonSecurityLake.tagResource(TagResourceRequest request) |
TagResourceResult |
AmazonSecurityLake.tagResource(TagResourceRequest 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.
|
Future<TagResourceResult> |
AmazonSecurityLakeAsyncClient.tagResourceAsync(TagResourceRequest request) |
Future<TagResourceResult> |
AmazonSecurityLakeAsync.tagResourceAsync(TagResourceRequest 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.
|
Future<TagResourceResult> |
AbstractAmazonSecurityLakeAsync.tagResourceAsync(TagResourceRequest request) |
Future<TagResourceResult> |
AmazonSecurityLakeAsyncClient.tagResourceAsync(TagResourceRequest request,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler) |
Future<TagResourceResult> |
AmazonSecurityLakeAsync.tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
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.
|
Future<TagResourceResult> |
AbstractAmazonSecurityLakeAsync.tagResourceAsync(TagResourceRequest request,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<TagResourceResult> |
AmazonSecurityLakeAsyncClient.tagResourceAsync(TagResourceRequest request,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler) |
Future<TagResourceResult> |
AmazonSecurityLakeAsync.tagResourceAsync(TagResourceRequest tagResourceRequest,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
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.
|
Future<TagResourceResult> |
AbstractAmazonSecurityLakeAsync.tagResourceAsync(TagResourceRequest request,
AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
TagResourceRequest |
TagResourceRequest.clone() |
TagResourceRequest |
TagResourceRequest.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Amazon Security Lake resource to add or update the tags for.
|
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.
|
TagResourceRequest |
TagResourceRequest.withTags(Tag... tags)
An array of objects, one for each tag (key and value) to associate with the Amazon Security Lake resource.
|
Copyright © 2024. All rights reserved.