Uses of Class
com.oracle.bmc.core.model.ComputeGlobalImageCapabilitySchemaSummary
-
Packages that use ComputeGlobalImageCapabilitySchemaSummary Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of ComputeGlobalImageCapabilitySchemaSummary in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type ComputeGlobalImageCapabilitySchemaSummary Modifier and Type Method Description Iterable<ComputeGlobalImageCapabilitySchemaSummary>
ComputePaginators. listComputeGlobalImageCapabilitySchemasRecordIterator(ListComputeGlobalImageCapabilitySchemasRequest request)
Creates a new iterable which will iterate over theComputeGlobalImageCapabilitySchemaSummary
objects contained in responses from the listComputeGlobalImageCapabilitySchemas operation. -
Uses of ComputeGlobalImageCapabilitySchemaSummary in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ComputeGlobalImageCapabilitySchemaSummary Modifier and Type Method Description ComputeGlobalImageCapabilitySchemaSummary
ComputeGlobalImageCapabilitySchemaSummary.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type ComputeGlobalImageCapabilitySchemaSummary Modifier and Type Method Description ComputeGlobalImageCapabilitySchemaSummary.Builder
ComputeGlobalImageCapabilitySchemaSummary.Builder. copy(ComputeGlobalImageCapabilitySchemaSummary model)
-
Uses of ComputeGlobalImageCapabilitySchemaSummary in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return types with arguments of type ComputeGlobalImageCapabilitySchemaSummary Modifier and Type Method Description List<ComputeGlobalImageCapabilitySchemaSummary>
ListComputeGlobalImageCapabilitySchemasResponse. getItems()
A list of com.oracle.bmc.core.model.ComputeGlobalImageCapabilitySchemaSummary instances.Method parameters in com.oracle.bmc.core.responses with type arguments of type ComputeGlobalImageCapabilitySchemaSummary Modifier and Type Method Description ListComputeGlobalImageCapabilitySchemasResponse.Builder
ListComputeGlobalImageCapabilitySchemasResponse.Builder. items(List<ComputeGlobalImageCapabilitySchemaSummary> items)
A list of com.oracle.bmc.core.model.ComputeGlobalImageCapabilitySchemaSummary instances.
-