Uses of Class
software.amazon.awssdk.services.securitylake.model.DeleteDataLakeResponse
-
Packages that use DeleteDataLakeResponse Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service. -
-
Uses of DeleteDataLakeResponse in software.amazon.awssdk.services.securitylake
Methods in software.amazon.awssdk.services.securitylake that return DeleteDataLakeResponse Modifier and Type Method Description default DeleteDataLakeResponseSecurityLakeClient. deleteDataLake(Consumer<DeleteDataLakeRequest.Builder> deleteDataLakeRequest)When you disable Amazon Security Lake from your account, Security Lake is disabled in all Amazon Web Services Regions and it stops collecting data from your sources.default DeleteDataLakeResponseSecurityLakeClient. deleteDataLake(DeleteDataLakeRequest deleteDataLakeRequest)When you disable Amazon Security Lake from your account, Security Lake is disabled in all Amazon Web Services Regions and it stops collecting data from your sources.Methods in software.amazon.awssdk.services.securitylake that return types with arguments of type DeleteDataLakeResponse Modifier and Type Method Description default CompletableFuture<DeleteDataLakeResponse>SecurityLakeAsyncClient. deleteDataLake(Consumer<DeleteDataLakeRequest.Builder> deleteDataLakeRequest)When you disable Amazon Security Lake from your account, Security Lake is disabled in all Amazon Web Services Regions and it stops collecting data from your sources.default CompletableFuture<DeleteDataLakeResponse>SecurityLakeAsyncClient. deleteDataLake(DeleteDataLakeRequest deleteDataLakeRequest)When you disable Amazon Security Lake from your account, Security Lake is disabled in all Amazon Web Services Regions and it stops collecting data from your sources.
-