Uses of Class
com.oracle.bmc.computeinstanceagent.model.InstanceAgentCommandExecutionSummary
-
Packages that use InstanceAgentCommandExecutionSummary Package Description com.oracle.bmc.computeinstanceagent com.oracle.bmc.computeinstanceagent.model com.oracle.bmc.computeinstanceagent.responses -
-
Uses of InstanceAgentCommandExecutionSummary in com.oracle.bmc.computeinstanceagent
Methods in com.oracle.bmc.computeinstanceagent that return types with arguments of type InstanceAgentCommandExecutionSummary Modifier and Type Method Description Iterable<InstanceAgentCommandExecutionSummary>
ComputeInstanceAgentPaginators. listInstanceAgentCommandExecutionsRecordIterator(ListInstanceAgentCommandExecutionsRequest request)
Creates a new iterable which will iterate over theInstanceAgentCommandExecutionSummary
objects contained in responses from the listInstanceAgentCommandExecutions operation. -
Uses of InstanceAgentCommandExecutionSummary in com.oracle.bmc.computeinstanceagent.model
Methods in com.oracle.bmc.computeinstanceagent.model that return InstanceAgentCommandExecutionSummary Modifier and Type Method Description InstanceAgentCommandExecutionSummary
InstanceAgentCommandExecutionSummary.Builder. build()
Methods in com.oracle.bmc.computeinstanceagent.model with parameters of type InstanceAgentCommandExecutionSummary Modifier and Type Method Description InstanceAgentCommandExecutionSummary.Builder
InstanceAgentCommandExecutionSummary.Builder. copy(InstanceAgentCommandExecutionSummary model)
-
Uses of InstanceAgentCommandExecutionSummary in com.oracle.bmc.computeinstanceagent.responses
Methods in com.oracle.bmc.computeinstanceagent.responses that return types with arguments of type InstanceAgentCommandExecutionSummary Modifier and Type Method Description List<InstanceAgentCommandExecutionSummary>
ListInstanceAgentCommandExecutionsResponse. getItems()
A list of com.oracle.bmc.computeinstanceagent.model.InstanceAgentCommandExecutionSummary instances.Method parameters in com.oracle.bmc.computeinstanceagent.responses with type arguments of type InstanceAgentCommandExecutionSummary Modifier and Type Method Description ListInstanceAgentCommandExecutionsResponse.Builder
ListInstanceAgentCommandExecutionsResponse.Builder. items(List<InstanceAgentCommandExecutionSummary> items)
A list of com.oracle.bmc.computeinstanceagent.model.InstanceAgentCommandExecutionSummary instances.
-