Uses of Class
com.oracle.bmc.fleetappsmanagement.model.CreatePlatformConfigurationDetails
-
Packages that use CreatePlatformConfigurationDetails Package Description com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of CreatePlatformConfigurationDetails in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return CreatePlatformConfigurationDetails Modifier and Type Method Description CreatePlatformConfigurationDetails
CreatePlatformConfigurationDetails.Builder. build()
Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type CreatePlatformConfigurationDetails Modifier and Type Method Description CreatePlatformConfigurationDetails.Builder
CreatePlatformConfigurationDetails.Builder. copy(CreatePlatformConfigurationDetails model)
-
Uses of CreatePlatformConfigurationDetails in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return CreatePlatformConfigurationDetails Modifier and Type Method Description CreatePlatformConfigurationDetails
CreatePlatformConfigurationRequest. getBody$()
Alternative accessor for the body parameter.CreatePlatformConfigurationDetails
CreatePlatformConfigurationRequest. getCreatePlatformConfigurationDetails()
Details for the new PlatformConfiguration.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type CreatePlatformConfigurationDetails Modifier and Type Method Description CreatePlatformConfigurationRequest.Builder
CreatePlatformConfigurationRequest.Builder. body$(CreatePlatformConfigurationDetails body)
Alternative setter for the body parameter.CreatePlatformConfigurationRequest.Builder
CreatePlatformConfigurationRequest.Builder. createPlatformConfigurationDetails(CreatePlatformConfigurationDetails createPlatformConfigurationDetails)
Details for the new PlatformConfiguration.
-