Uses of Class
com.oracle.bmc.identitydomains.model.AppServiceParams
-
Packages that use AppServiceParams Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppServiceParams in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppServiceParams Modifier and Type Method Description AppServiceParams
AppServiceParams.Builder. build()
Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppServiceParams Modifier and Type Method Description List<AppServiceParams>
App. getServiceParams()
Custom attribute that is required to compute other attribute values during app creation.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppServiceParams Modifier and Type Method Description AppServiceParams.Builder
AppServiceParams.Builder. copy(AppServiceParams model)
Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppServiceParams Modifier and Type Method Description App.Builder
App.Builder. serviceParams(List<AppServiceParams> serviceParams)
Custom attribute that is required to compute other attribute values during app creation.
-