Uses of Class
software.amazon.awssdk.services.securitylake.model.TagResourceRequest
-
Packages that use TagResourceRequest Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service.software.amazon.awssdk.services.securitylake.transform -
-
Uses of TagResourceRequest in software.amazon.awssdk.services.securitylake
Methods in software.amazon.awssdk.services.securitylake with parameters of type TagResourceRequest Modifier and Type Method Description 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.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. -
Uses of TagResourceRequest in software.amazon.awssdk.services.securitylake.transform
Methods in software.amazon.awssdk.services.securitylake.transform with parameters of type TagResourceRequest Modifier and Type Method Description SdkHttpFullRequestTagResourceRequestMarshaller. marshall(TagResourceRequest tagResourceRequest)
-