Uses of Class
com.volcengine.ecs.model.OperationDetailForUpdateSystemEventsOutput
-
Packages that use OperationDetailForUpdateSystemEventsOutput Package Description com.volcengine.ecs.model -
-
Uses of OperationDetailForUpdateSystemEventsOutput in com.volcengine.ecs.model
Methods in com.volcengine.ecs.model that return OperationDetailForUpdateSystemEventsOutput Modifier and Type Method Description OperationDetailForUpdateSystemEventsOutputOperationDetailForUpdateSystemEventsOutput. error(ErrorForUpdateSystemEventsOutput error)OperationDetailForUpdateSystemEventsOutputOperationDetailForUpdateSystemEventsOutput. eventId(String eventId)Methods in com.volcengine.ecs.model that return types with arguments of type OperationDetailForUpdateSystemEventsOutput Modifier and Type Method Description @Valid List<OperationDetailForUpdateSystemEventsOutput>UpdateSystemEventsResponse. getOperationDetails()Get operationDetailsMethods in com.volcengine.ecs.model with parameters of type OperationDetailForUpdateSystemEventsOutput Modifier and Type Method Description UpdateSystemEventsResponseUpdateSystemEventsResponse. addOperationDetailsItem(OperationDetailForUpdateSystemEventsOutput operationDetailsItem)Method parameters in com.volcengine.ecs.model with type arguments of type OperationDetailForUpdateSystemEventsOutput Modifier and Type Method Description UpdateSystemEventsResponseUpdateSystemEventsResponse. operationDetails(List<OperationDetailForUpdateSystemEventsOutput> operationDetails)voidUpdateSystemEventsResponse. setOperationDetails(List<OperationDetailForUpdateSystemEventsOutput> operationDetails)
-