Uses of Class
com.oracle.bmc.fleetappsmanagement.model.UpdatePlatformConfigurationDetails
-
Packages that use UpdatePlatformConfigurationDetails Package Description com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of UpdatePlatformConfigurationDetails in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return UpdatePlatformConfigurationDetails Modifier and Type Method Description UpdatePlatformConfigurationDetails
UpdatePlatformConfigurationDetails.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type UpdatePlatformConfigurationDetails Modifier and Type Method Description UpdatePlatformConfigurationDetails.Builder
UpdatePlatformConfigurationDetails.Builder. copy(UpdatePlatformConfigurationDetails model)
-
Uses of UpdatePlatformConfigurationDetails in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return UpdatePlatformConfigurationDetails Modifier and Type Method Description UpdatePlatformConfigurationDetails
UpdatePlatformConfigurationRequest. getBody$()
Alternative accessor for the body parameter.UpdatePlatformConfigurationDetails
UpdatePlatformConfigurationRequest. getUpdatePlatformConfigurationDetails()
The information to be updated.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type UpdatePlatformConfigurationDetails Modifier and Type Method Description UpdatePlatformConfigurationRequest.Builder
UpdatePlatformConfigurationRequest.Builder. body$(UpdatePlatformConfigurationDetails body)
Alternative setter for the body parameter.UpdatePlatformConfigurationRequest.Builder
UpdatePlatformConfigurationRequest.Builder. updatePlatformConfigurationDetails(UpdatePlatformConfigurationDetails updatePlatformConfigurationDetails)
The information to be updated.
-