Uses of Interface
software.amazon.awssdk.services.securitylake.model.GetDataLakeSourcesRequest.Builder
-
Packages that use GetDataLakeSourcesRequest.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 GetDataLakeSourcesRequest.Builder in software.amazon.awssdk.services.securitylake
Method parameters in software.amazon.awssdk.services.securitylake with type arguments of type GetDataLakeSourcesRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDataLakeSourcesResponse>SecurityLakeAsyncClient. getDataLakeSources(Consumer<GetDataLakeSourcesRequest.Builder> getDataLakeSourcesRequest)Retrieves a snapshot of the current Region, including whether Amazon Security Lake is enabled for those accounts and which sources Security Lake is collecting data from.default GetDataLakeSourcesResponseSecurityLakeClient. getDataLakeSources(Consumer<GetDataLakeSourcesRequest.Builder> getDataLakeSourcesRequest)Retrieves a snapshot of the current Region, including whether Amazon Security Lake is enabled for those accounts and which sources Security Lake is collecting data from.default GetDataLakeSourcesPublisherSecurityLakeAsyncClient. getDataLakeSourcesPaginator(Consumer<GetDataLakeSourcesRequest.Builder> getDataLakeSourcesRequest)This is a variant ofSecurityLakeAsyncClient.getDataLakeSources(software.amazon.awssdk.services.securitylake.model.GetDataLakeSourcesRequest)operation.default GetDataLakeSourcesIterableSecurityLakeClient. getDataLakeSourcesPaginator(Consumer<GetDataLakeSourcesRequest.Builder> getDataLakeSourcesRequest)This is a variant ofSecurityLakeClient.getDataLakeSources(software.amazon.awssdk.services.securitylake.model.GetDataLakeSourcesRequest)operation. -
Uses of GetDataLakeSourcesRequest.Builder in software.amazon.awssdk.services.securitylake.model
Methods in software.amazon.awssdk.services.securitylake.model that return GetDataLakeSourcesRequest.Builder Modifier and Type Method Description GetDataLakeSourcesRequest.BuilderGetDataLakeSourcesRequest.Builder. accounts(String... accounts)The Amazon Web Services account ID for which a static snapshot of the current Amazon Web Services Region, including enabled accounts and log sources, is retrieved.GetDataLakeSourcesRequest.BuilderGetDataLakeSourcesRequest.Builder. accounts(Collection<String> accounts)The Amazon Web Services account ID for which a static snapshot of the current Amazon Web Services Region, including enabled accounts and log sources, is retrieved.static GetDataLakeSourcesRequest.BuilderGetDataLakeSourcesRequest. builder()GetDataLakeSourcesRequest.BuilderGetDataLakeSourcesRequest.Builder. maxResults(Integer maxResults)The maximum limit of accounts for which the static snapshot of the current Region, including enabled accounts and log sources, is retrieved.GetDataLakeSourcesRequest.BuilderGetDataLakeSourcesRequest.Builder. nextToken(String nextToken)Lists if there are more results available.GetDataLakeSourcesRequest.BuilderGetDataLakeSourcesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDataLakeSourcesRequest.BuilderGetDataLakeSourcesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDataLakeSourcesRequest.BuilderGetDataLakeSourcesRequest. toBuilder()Methods in software.amazon.awssdk.services.securitylake.model that return types with arguments of type GetDataLakeSourcesRequest.Builder Modifier and Type Method Description static Class<? extends GetDataLakeSourcesRequest.Builder>GetDataLakeSourcesRequest. serializableBuilderClass()
-