| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst |
Welcome to the Amazon CodeCatalyst API reference.
|
| software.amazon.awssdk.services.codecatalyst.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListEventLogsResponse |
CodeCatalystClient.listEventLogs(Consumer<ListEventLogsRequest.Builder> listEventLogsRequest)
Retrieves a list of events that occurred during a specified time period in a space.
|
default ListEventLogsResponse |
CodeCatalystClient.listEventLogs(ListEventLogsRequest listEventLogsRequest)
Retrieves a list of events that occurred during a specified time period in a space.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEventLogsResponse> |
CodeCatalystAsyncClient.listEventLogs(Consumer<ListEventLogsRequest.Builder> listEventLogsRequest)
Retrieves a list of events that occurred during a specified time period in a space.
|
default CompletableFuture<ListEventLogsResponse> |
CodeCatalystAsyncClient.listEventLogs(ListEventLogsRequest listEventLogsRequest)
Retrieves a list of events that occurred during a specified time period in a space.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEventLogsResponse> |
ListEventLogsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventLogsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEventLogsResponse> subscriber) |
Copyright © 2023. All rights reserved.