Uses of Class
com.oracle.bmc.cloudbridge.model.SupportedCloudRegionSummary
-
Packages that use SupportedCloudRegionSummary Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.model -
-
Uses of SupportedCloudRegionSummary in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type SupportedCloudRegionSummary Modifier and Type Method Description Iterable<SupportedCloudRegionSummary>
DiscoveryPaginators. listSupportedCloudRegionsRecordIterator(ListSupportedCloudRegionsRequest request)
Creates a new iterable which will iterate over theSupportedCloudRegionSummary
objects contained in responses from the listSupportedCloudRegions operation. -
Uses of SupportedCloudRegionSummary in com.oracle.bmc.cloudbridge.model
Methods in com.oracle.bmc.cloudbridge.model that return SupportedCloudRegionSummary Modifier and Type Method Description SupportedCloudRegionSummary
SupportedCloudRegionSummary.Builder. build()
Methods in com.oracle.bmc.cloudbridge.model that return types with arguments of type SupportedCloudRegionSummary Modifier and Type Method Description List<SupportedCloudRegionSummary>
SupportedCloudRegionCollection. getItems()
List of supported cloud regions.Methods in com.oracle.bmc.cloudbridge.model with parameters of type SupportedCloudRegionSummary Modifier and Type Method Description SupportedCloudRegionSummary.Builder
SupportedCloudRegionSummary.Builder. copy(SupportedCloudRegionSummary model)
Method parameters in com.oracle.bmc.cloudbridge.model with type arguments of type SupportedCloudRegionSummary Modifier and Type Method Description SupportedCloudRegionCollection.Builder
SupportedCloudRegionCollection.Builder. items(List<SupportedCloudRegionSummary> items)
List of supported cloud regions.Constructor parameters in com.oracle.bmc.cloudbridge.model with type arguments of type SupportedCloudRegionSummary Constructor Description SupportedCloudRegionCollection(List<SupportedCloudRegionSummary> items)
Deprecated.
-