Uses of Class
com.oracle.bmc.fleetappsmanagement.model.PlatformConfiguration
-
Packages that use PlatformConfiguration Package Description com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of PlatformConfiguration in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return PlatformConfiguration Modifier and Type Method Description PlatformConfiguration
PlatformConfiguration.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type PlatformConfiguration Modifier and Type Method Description PlatformConfiguration.Builder
PlatformConfiguration.Builder. copy(PlatformConfiguration model)
-
Uses of PlatformConfiguration in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return PlatformConfiguration Modifier and Type Method Description PlatformConfiguration
CreatePlatformConfigurationResponse. getPlatformConfiguration()
The returned PlatformConfiguration instance.PlatformConfiguration
GetPlatformConfigurationResponse. getPlatformConfiguration()
The returned PlatformConfiguration instance.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type PlatformConfiguration Modifier and Type Method Description CreatePlatformConfigurationResponse.Builder
CreatePlatformConfigurationResponse.Builder. platformConfiguration(PlatformConfiguration platformConfiguration)
The returned PlatformConfiguration instance.GetPlatformConfigurationResponse.Builder
GetPlatformConfigurationResponse.Builder. platformConfiguration(PlatformConfiguration platformConfiguration)
The returned PlatformConfiguration instance.
-