Uses of Class
software.amazon.awssdk.services.securitylake.model.ListLogSourcesResponse
-
Packages that use ListLogSourcesResponse 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 ListLogSourcesResponse in software.amazon.awssdk.services.securitylake
Methods in software.amazon.awssdk.services.securitylake that return ListLogSourcesResponse Modifier and Type Method Description default ListLogSourcesResponseSecurityLakeClient. listLogSources(Consumer<ListLogSourcesRequest.Builder> listLogSourcesRequest)Retrieves the log sources.default ListLogSourcesResponseSecurityLakeClient. listLogSources(ListLogSourcesRequest listLogSourcesRequest)Retrieves the log sources.Methods in software.amazon.awssdk.services.securitylake that return types with arguments of type ListLogSourcesResponse Modifier and Type Method Description default CompletableFuture<ListLogSourcesResponse>SecurityLakeAsyncClient. listLogSources(Consumer<ListLogSourcesRequest.Builder> listLogSourcesRequest)Retrieves the log sources.default CompletableFuture<ListLogSourcesResponse>SecurityLakeAsyncClient. listLogSources(ListLogSourcesRequest listLogSourcesRequest)Retrieves the log sources. -
Uses of ListLogSourcesResponse in software.amazon.awssdk.services.securitylake.paginators
Methods in software.amazon.awssdk.services.securitylake.paginators that return types with arguments of type ListLogSourcesResponse Modifier and Type Method Description Iterator<ListLogSourcesResponse>ListLogSourcesIterable. iterator()Method parameters in software.amazon.awssdk.services.securitylake.paginators with type arguments of type ListLogSourcesResponse Modifier and Type Method Description voidListLogSourcesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListLogSourcesResponse> subscriber)
-