Uses of Class
software.amazon.awssdk.services.securitylake.model.UpdateDataLakeRequest
-
Packages that use UpdateDataLakeRequest 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 UpdateDataLakeRequest in software.amazon.awssdk.services.securitylake
Methods in software.amazon.awssdk.services.securitylake with parameters of type UpdateDataLakeRequest Modifier and Type Method Description 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.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. -
Uses of UpdateDataLakeRequest in software.amazon.awssdk.services.securitylake.transform
Methods in software.amazon.awssdk.services.securitylake.transform with parameters of type UpdateDataLakeRequest Modifier and Type Method Description SdkHttpFullRequestUpdateDataLakeRequestMarshaller. marshall(UpdateDataLakeRequest updateDataLakeRequest)
-