Uses of Class
software.amazon.awssdk.services.securitylake.model.UntagResourceResponse
-
Packages that use UntagResourceResponse Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service. -
-
Uses of UntagResourceResponse in software.amazon.awssdk.services.securitylake
Methods in software.amazon.awssdk.services.securitylake that return UntagResourceResponse Modifier and Type Method Description default UntagResourceResponseSecurityLakeClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags (keys and values) from 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 UntagResourceResponseSecurityLakeClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags (keys and values) from 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 UntagResourceResponse Modifier and Type Method Description default CompletableFuture<UntagResourceResponse>SecurityLakeAsyncClient. untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)Removes one or more tags (keys and values) from 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<UntagResourceResponse>SecurityLakeAsyncClient. untagResource(UntagResourceRequest untagResourceRequest)Removes one or more tags (keys and values) from 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.
-