| Package | Description |
|---|---|
| software.amazon.awssdk.services.securitylake |
|
| software.amazon.awssdk.services.securitylake.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListLogSourcesResponse |
SecurityLakeClient.listLogSources(Consumer<ListLogSourcesRequest.Builder> listLogSourcesRequest)
Retrieves the log sources in the current Amazon Web Services Region.
|
default ListLogSourcesResponse |
SecurityLakeClient.listLogSources(ListLogSourcesRequest listLogSourcesRequest)
Retrieves the log sources in the current Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListLogSourcesResponse> |
SecurityLakeAsyncClient.listLogSources(Consumer<ListLogSourcesRequest.Builder> listLogSourcesRequest)
Retrieves the log sources in the current Amazon Web Services Region.
|
default CompletableFuture<ListLogSourcesResponse> |
SecurityLakeAsyncClient.listLogSources(ListLogSourcesRequest listLogSourcesRequest)
Retrieves the log sources in the current Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListLogSourcesResponse> |
ListLogSourcesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListLogSourcesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListLogSourcesResponse> subscriber) |
Copyright © 2023. All rights reserved.