| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecatalyst |
Welcome to the Amazon CodeCatalyst API reference.
|
| software.amazon.awssdk.services.codecatalyst.paginators | |
| software.amazon.awssdk.services.codecatalyst.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEventLogsResponse> |
CodeCatalystAsyncClient.listEventLogs(ListEventLogsRequest 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.
|
default ListEventLogsPublisher |
CodeCatalystAsyncClient.listEventLogsPaginator(ListEventLogsRequest listEventLogsRequest)
Retrieves a list of events that occurred during a specified time period in a space.
|
default ListEventLogsIterable |
CodeCatalystClient.listEventLogsPaginator(ListEventLogsRequest listEventLogsRequest)
Retrieves a list of events that occurred during a specified time period in a space.
|
| Constructor and Description |
|---|
ListEventLogsIterable(CodeCatalystClient client,
ListEventLogsRequest firstRequest) |
ListEventLogsPublisher(CodeCatalystAsyncClient client,
ListEventLogsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListEventLogsRequestMarshaller.marshall(ListEventLogsRequest listEventLogsRequest) |
Copyright © 2023. All rights reserved.