Uses of Class
com.oracle.bmc.fleetappsmanagement.model.PlatformConfigurationSummary
-
Packages that use PlatformConfigurationSummary Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model -
-
Uses of PlatformConfigurationSummary in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type PlatformConfigurationSummary Modifier and Type Method Description Iterable<PlatformConfigurationSummary>
FleetAppsManagementAdminPaginators. listPlatformConfigurationsRecordIterator(ListPlatformConfigurationsRequest request)
Creates a new iterable which will iterate over thePlatformConfigurationSummary
objects contained in responses from the listPlatformConfigurations operation. -
Uses of PlatformConfigurationSummary in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return PlatformConfigurationSummary Modifier and Type Method Description PlatformConfigurationSummary
PlatformConfigurationSummary.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model that return types with arguments of type PlatformConfigurationSummary Modifier and Type Method Description List<PlatformConfigurationSummary>
PlatformConfigurationCollection. getItems()
List of configurationsMethods in com.oracle.bmc.fleetappsmanagement.model with parameters of type PlatformConfigurationSummary Modifier and Type Method Description PlatformConfigurationSummary.Builder
PlatformConfigurationSummary.Builder. copy(PlatformConfigurationSummary model)
Method parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type PlatformConfigurationSummary Modifier and Type Method Description PlatformConfigurationCollection.Builder
PlatformConfigurationCollection.Builder. items(List<PlatformConfigurationSummary> items)
List of configurationsConstructor parameters in com.oracle.bmc.fleetappsmanagement.model with type arguments of type PlatformConfigurationSummary Constructor Description PlatformConfigurationCollection(List<PlatformConfigurationSummary> items)
Deprecated.
-