Uses of Class
com.oracle.bmc.fleetappsmanagement.model.ServiceGatewayVariableDependsOn
-
Packages that use ServiceGatewayVariableDependsOn Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of ServiceGatewayVariableDependsOn in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return ServiceGatewayVariableDependsOn Modifier and Type Method Description ServiceGatewayVariableDependsOnServiceGatewayVariableDependsOn.Builder. build()ServiceGatewayVariableDependsOnServiceGatewayVariable. getDependsOn()Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type ServiceGatewayVariableDependsOn Modifier and Type Method Description ServiceGatewayVariableDependsOn.BuilderServiceGatewayVariableDependsOn.Builder. copy(ServiceGatewayVariableDependsOn model)ServiceGatewayVariable.BuilderServiceGatewayVariable.Builder. dependsOn(ServiceGatewayVariableDependsOn dependsOn)Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type ServiceGatewayVariableDependsOn Constructor Description ServiceGatewayVariable(String title, String description, Boolean isRequired, String visible, ServiceGatewayVariableDependsOn dependsOn)Deprecated.
-