Uses of Interface
software.amazon.awssdk.services.codecatalyst.model.ListEventLogsRequest.Builder
-
Packages that use ListEventLogsRequest.Builder Package Description software.amazon.awssdk.services.codecatalyst Welcome to the Amazon CodeCatalyst API reference.software.amazon.awssdk.services.codecatalyst.model -
-
Uses of ListEventLogsRequest.Builder in software.amazon.awssdk.services.codecatalyst
Method parameters in software.amazon.awssdk.services.codecatalyst with type arguments of type ListEventLogsRequest.Builder 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 ListEventLogsResponseCodeCatalystClient. listEventLogs(Consumer<ListEventLogsRequest.Builder> listEventLogsRequest)Retrieves a list of events that occurred during a specific time in a space.default ListEventLogsPublisherCodeCatalystAsyncClient. listEventLogsPaginator(Consumer<ListEventLogsRequest.Builder> listEventLogsRequest)Retrieves a list of events that occurred during a specific time in a space.default ListEventLogsIterableCodeCatalystClient. listEventLogsPaginator(Consumer<ListEventLogsRequest.Builder> listEventLogsRequest)Retrieves a list of events that occurred during a specific time in a space. -
Uses of ListEventLogsRequest.Builder in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return ListEventLogsRequest.Builder Modifier and Type Method Description static ListEventLogsRequest.BuilderListEventLogsRequest. builder()ListEventLogsRequest.BuilderListEventLogsRequest.Builder. endTime(Instant endTime)The time after which you do not want any events retrieved, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.ListEventLogsRequest.BuilderListEventLogsRequest.Builder. eventName(String eventName)The name of the event.ListEventLogsRequest.BuilderListEventLogsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to show in a single call to this API.ListEventLogsRequest.BuilderListEventLogsRequest.Builder. nextToken(String nextToken)A token returned from a call to this API to indicate the next batch of results to return, if any.ListEventLogsRequest.BuilderListEventLogsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListEventLogsRequest.BuilderListEventLogsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListEventLogsRequest.BuilderListEventLogsRequest.Builder. spaceName(String spaceName)The name of the space.ListEventLogsRequest.BuilderListEventLogsRequest.Builder. startTime(Instant startTime)The date and time when you want to start retrieving events, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.ListEventLogsRequest.BuilderListEventLogsRequest. toBuilder()Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type ListEventLogsRequest.Builder Modifier and Type Method Description static Class<? extends ListEventLogsRequest.Builder>ListEventLogsRequest. serializableBuilderClass()
-