Uses of Class
com.oracle.bmc.managementagent.model.ManagementAgentSummary
-
Packages that use ManagementAgentSummary Package Description com.oracle.bmc.managementagent com.oracle.bmc.managementagent.model com.oracle.bmc.managementagent.responses -
-
Uses of ManagementAgentSummary in com.oracle.bmc.managementagent
Methods in com.oracle.bmc.managementagent that return types with arguments of type ManagementAgentSummary Modifier and Type Method Description Iterable<ManagementAgentSummary>
ManagementAgentPaginators. listManagementAgentsRecordIterator(ListManagementAgentsRequest request)
Creates a new iterable which will iterate over theManagementAgentSummary
objects contained in responses from the listManagementAgents operation. -
Uses of ManagementAgentSummary in com.oracle.bmc.managementagent.model
Methods in com.oracle.bmc.managementagent.model that return ManagementAgentSummary Modifier and Type Method Description ManagementAgentSummary
ManagementAgentSummary.Builder. build()
Methods in com.oracle.bmc.managementagent.model with parameters of type ManagementAgentSummary Modifier and Type Method Description ManagementAgentSummary.Builder
ManagementAgentSummary.Builder. copy(ManagementAgentSummary model)
-
Uses of ManagementAgentSummary in com.oracle.bmc.managementagent.responses
Methods in com.oracle.bmc.managementagent.responses that return types with arguments of type ManagementAgentSummary Modifier and Type Method Description List<ManagementAgentSummary>
ListManagementAgentsResponse. getItems()
A list of com.oracle.bmc.managementagent.model.ManagementAgentSummary instances.Method parameters in com.oracle.bmc.managementagent.responses with type arguments of type ManagementAgentSummary Modifier and Type Method Description ListManagementAgentsResponse.Builder
ListManagementAgentsResponse.Builder. items(List<ManagementAgentSummary> items)
A list of com.oracle.bmc.managementagent.model.ManagementAgentSummary instances.
-