Uses of Class
com.oracle.bmc.containerengine.model.WorkloadMappingSummary
-
Packages that use WorkloadMappingSummary Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.model com.oracle.bmc.containerengine.responses -
-
Uses of WorkloadMappingSummary in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine that return types with arguments of type WorkloadMappingSummary Modifier and Type Method Description Iterable<WorkloadMappingSummary>
ContainerEnginePaginators. listWorkloadMappingsRecordIterator(ListWorkloadMappingsRequest request)
Creates a new iterable which will iterate over theWorkloadMappingSummary
objects contained in responses from the listWorkloadMappings operation. -
Uses of WorkloadMappingSummary in com.oracle.bmc.containerengine.model
Methods in com.oracle.bmc.containerengine.model that return WorkloadMappingSummary Modifier and Type Method Description WorkloadMappingSummary
WorkloadMappingSummary.Builder. build()
Methods in com.oracle.bmc.containerengine.model with parameters of type WorkloadMappingSummary Modifier and Type Method Description WorkloadMappingSummary.Builder
WorkloadMappingSummary.Builder. copy(WorkloadMappingSummary model)
-
Uses of WorkloadMappingSummary in com.oracle.bmc.containerengine.responses
Methods in com.oracle.bmc.containerengine.responses that return types with arguments of type WorkloadMappingSummary Modifier and Type Method Description List<WorkloadMappingSummary>
ListWorkloadMappingsResponse. getItems()
A list of com.oracle.bmc.containerengine.model.WorkloadMappingSummary instances.Method parameters in com.oracle.bmc.containerengine.responses with type arguments of type WorkloadMappingSummary Modifier and Type Method Description ListWorkloadMappingsResponse.Builder
ListWorkloadMappingsResponse.Builder. items(List<WorkloadMappingSummary> items)
A list of com.oracle.bmc.containerengine.model.WorkloadMappingSummary instances.
-