Uses of Class
software.amazon.awssdk.services.securitylake.model.ListDataLakesResponse
-
Packages that use ListDataLakesResponse Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service. -
-
Uses of ListDataLakesResponse in software.amazon.awssdk.services.securitylake
Methods in software.amazon.awssdk.services.securitylake that return ListDataLakesResponse Modifier and Type Method Description default ListDataLakesResponseSecurityLakeClient. listDataLakes(Consumer<ListDataLakesRequest.Builder> listDataLakesRequest)Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services Regions.default ListDataLakesResponseSecurityLakeClient. listDataLakes(ListDataLakesRequest listDataLakesRequest)Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services Regions.Methods in software.amazon.awssdk.services.securitylake that return types with arguments of type ListDataLakesResponse Modifier and Type Method Description default CompletableFuture<ListDataLakesResponse>SecurityLakeAsyncClient. listDataLakes(Consumer<ListDataLakesRequest.Builder> listDataLakesRequest)Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services Regions.default CompletableFuture<ListDataLakesResponse>SecurityLakeAsyncClient. listDataLakes(ListDataLakesRequest listDataLakesRequest)Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services Regions.
-