Uses of Class
software.amazon.awssdk.services.securitylake.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.securitylake
Methods in software.amazon.awssdk.services.securitylake that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseSecurityLakeClient. 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 TagResourceResponseSecurityLakeClient. 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.Methods in software.amazon.awssdk.services.securitylake that return types with arguments of type TagResourceResponse Modifier and Type Method 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 CompletableFuture<TagResourceResponse>SecurityLakeAsyncClient. 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.
-