Uses of Class
software.amazon.awssdk.services.lightsail.model.ContainerServiceLogEvent
-
Packages that use ContainerServiceLogEvent Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of ContainerServiceLogEvent in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type ContainerServiceLogEvent Modifier and Type Method Description List<ContainerServiceLogEvent>GetContainerLogResponse. logEvents()An array of objects that describe the log events of a container.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type ContainerServiceLogEvent Modifier and Type Method Description GetContainerLogResponse.BuilderGetContainerLogResponse.Builder. logEvents(ContainerServiceLogEvent... logEvents)An array of objects that describe the log events of a container.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type ContainerServiceLogEvent Modifier and Type Method Description GetContainerLogResponse.BuilderGetContainerLogResponse.Builder. logEvents(Collection<ContainerServiceLogEvent> logEvents)An array of objects that describe the log events of a container.
-