Uses of Class
software.amazon.awssdk.services.securitylake.model.GetDataLakeSourcesResponse
-
Packages that use GetDataLakeSourcesResponse Package Description software.amazon.awssdk.services.securitylake Amazon Security Lake is a fully managed security data lake service.software.amazon.awssdk.services.securitylake.paginators -
-
Uses of GetDataLakeSourcesResponse in software.amazon.awssdk.services.securitylake
Methods in software.amazon.awssdk.services.securitylake that return GetDataLakeSourcesResponse Modifier and Type Method Description 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 GetDataLakeSourcesResponseSecurityLakeClient. getDataLakeSources(GetDataLakeSourcesRequest 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.Methods in software.amazon.awssdk.services.securitylake that return types with arguments of type GetDataLakeSourcesResponse 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 CompletableFuture<GetDataLakeSourcesResponse>SecurityLakeAsyncClient. getDataLakeSources(GetDataLakeSourcesRequest 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. -
Uses of GetDataLakeSourcesResponse in software.amazon.awssdk.services.securitylake.paginators
Methods in software.amazon.awssdk.services.securitylake.paginators that return types with arguments of type GetDataLakeSourcesResponse Modifier and Type Method Description Iterator<GetDataLakeSourcesResponse>GetDataLakeSourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.securitylake.paginators with type arguments of type GetDataLakeSourcesResponse Modifier and Type Method Description voidGetDataLakeSourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super GetDataLakeSourcesResponse> subscriber)
-