Uses of Class
software.amazon.awssdk.services.codecatalyst.model.ListEventLogsResponse
-
Packages that use ListEventLogsResponse Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference.software.amazon.awssdk.services.codecatalyst.paginators -
-
Uses of ListEventLogsResponse in software.amazon.awssdk.services.codecatalyst
Methods in software.amazon.awssdk.services.codecatalyst that return ListEventLogsResponse Modifier and Type Method Description default ListEventLogsResponseCodeCatalystClient. listEventLogs(Consumer<ListEventLogsRequest.Builder> 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.Methods in software.amazon.awssdk.services.codecatalyst that return types with arguments of type ListEventLogsResponse Modifier and Type Method Description default CompletableFuture<ListEventLogsResponse>CodeCatalystAsyncClient. listEventLogs(Consumer<ListEventLogsRequest.Builder> listEventLogsRequest)Retrieves a list of events that occurred during a specific time in a space.default CompletableFuture<ListEventLogsResponse>CodeCatalystAsyncClient. listEventLogs(ListEventLogsRequest listEventLogsRequest)Retrieves a list of events that occurred during a specific time in a space. -
Uses of ListEventLogsResponse in software.amazon.awssdk.services.codecatalyst.paginators
Methods in software.amazon.awssdk.services.codecatalyst.paginators that return types with arguments of type ListEventLogsResponse Modifier and Type Method Description Iterator<ListEventLogsResponse>ListEventLogsIterable. iterator()Method parameters in software.amazon.awssdk.services.codecatalyst.paginators with type arguments of type ListEventLogsResponse Modifier and Type Method Description voidListEventLogsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEventLogsResponse> subscriber)
-