Uses of Class
software.amazon.awssdk.services.codecatalyst.model.ListEventLogsRequest
-
Packages that use ListEventLogsRequest 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 -
-
Uses of ListEventLogsRequest in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst with parameters of type ListEventLogsRequest Modifier and Type Method Description default CompletableFuture<ListEventLogsResponse>CodeCatalystAsyncClient. listEventLogs(ListEventLogsRequest listEventLogsRequest)Retrieves a list of events that occurred during a specific time in a space.default ListEventLogsResponseCodeCatalystClient. listEventLogs(ListEventLogsRequest listEventLogsRequest)Retrieves a list of events that occurred during a specific time in a space.default ListEventLogsPublisherCodeCatalystAsyncClient. listEventLogsPaginator(ListEventLogsRequest listEventLogsRequest)Retrieves a list of events that occurred during a specific time in a space.default ListEventLogsIterableCodeCatalystClient. listEventLogsPaginator(ListEventLogsRequest listEventLogsRequest)Retrieves a list of events that occurred during a specific time in a space. -
Uses of ListEventLogsRequest in software.amazon.awssdk.services.codecatalyst.paginators
Constructors in software.amazon.awssdk.services.codecatalyst.paginators with parameters of type ListEventLogsRequest Constructor Description ListEventLogsIterable(CodeCatalystClient client, ListEventLogsRequest firstRequest)ListEventLogsPublisher(CodeCatalystAsyncClient client, ListEventLogsRequest firstRequest) -
Uses of ListEventLogsRequest in software.amazon.awssdk.services.codecatalyst.transform
Methods in software.amazon.awssdk.services.codecatalyst.transform with parameters of type ListEventLogsRequest Modifier and Type Method Description SdkHttpFullRequestListEventLogsRequestMarshaller. marshall(ListEventLogsRequest listEventLogsRequest)
-