Uses of Interface
software.amazon.awssdk.services.securitylake.model.ListDataLakesRequest.Builder
-
Packages that use ListDataLakesRequest.Builder Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service.software.amazon.awssdk.services.securitylake.model -
-
Uses of ListDataLakesRequest.Builder in software.amazon.awssdk.services.securitylake
Method parameters in software.amazon.awssdk.services.securitylake with type arguments of type ListDataLakesRequest.Builder 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 ListDataLakesResponseSecurityLakeClient. listDataLakes(Consumer<ListDataLakesRequest.Builder> listDataLakesRequest)Retrieves the Amazon Security Lake configuration object for the specified Amazon Web Services Regions. -
Uses of ListDataLakesRequest.Builder in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return ListDataLakesRequest.Builder Modifier and Type Method Description static ListDataLakesRequest.BuilderListDataLakesRequest. builder()ListDataLakesRequest.BuilderListDataLakesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDataLakesRequest.BuilderListDataLakesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDataLakesRequest.BuilderListDataLakesRequest.Builder. regions(String... regions)The list of Regions where Security Lake is enabled.ListDataLakesRequest.BuilderListDataLakesRequest.Builder. regions(Collection<String> regions)The list of Regions where Security Lake is enabled.ListDataLakesRequest.BuilderListDataLakesRequest. toBuilder()Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type ListDataLakesRequest.Builder Modifier and Type Method Description static Class<? extends ListDataLakesRequest.Builder>ListDataLakesRequest. serializableBuilderClass()
-