Uses of Class
software.amazon.awssdk.services.securitylake.model.UpdateDataLakeResponse
-
Packages that use UpdateDataLakeResponse Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service. -
-
Uses of UpdateDataLakeResponse in software.amazon.awssdk.services.securitylake
Methods in software.amazon.awssdk.services.securitylake that return UpdateDataLakeResponse Modifier and Type Method Description default UpdateDataLakeResponseSecurityLakeClient. updateDataLake(Consumer<UpdateDataLakeRequest.Builder> updateDataLakeRequest)You can useUpdateDataLaketo specify where to store your security data, how it should be encrypted at rest and for how long.default UpdateDataLakeResponseSecurityLakeClient. updateDataLake(UpdateDataLakeRequest updateDataLakeRequest)You can useUpdateDataLaketo specify where to store your security data, how it should be encrypted at rest and for how long.Methods in software.amazon.awssdk.services.securitylake that return types with arguments of type UpdateDataLakeResponse Modifier and Type Method Description default CompletableFuture<UpdateDataLakeResponse>SecurityLakeAsyncClient. updateDataLake(Consumer<UpdateDataLakeRequest.Builder> updateDataLakeRequest)You can useUpdateDataLaketo specify where to store your security data, how it should be encrypted at rest and for how long.default CompletableFuture<UpdateDataLakeResponse>SecurityLakeAsyncClient. updateDataLake(UpdateDataLakeRequest updateDataLakeRequest)You can useUpdateDataLaketo specify where to store your security data, how it should be encrypted at rest and for how long.
-