Uses of Class
com.oracle.bmc.generativeai.model.EnvironmentVariable
-
Packages that use EnvironmentVariable Package Description com.oracle.bmc.generativeai.model -
-
Uses of EnvironmentVariable in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return EnvironmentVariable Modifier and Type Method Description EnvironmentVariableEnvironmentVariable.Builder. build()Methods in com.oracle.bmc.generativeai.model that return types with arguments of type EnvironmentVariable Modifier and Type Method Description List<EnvironmentVariable>CreateHostedApplicationDetails. getEnvironmentVariables()The list of environment variables for the Hosted Application.List<EnvironmentVariable>HostedApplication. getEnvironmentVariables()The list of environment variables for the Hosted Application.List<EnvironmentVariable>UpdateHostedApplicationDetails. getEnvironmentVariables()The list of environment variables for the Hosted Application.Methods in com.oracle.bmc.generativeai.model with parameters of type EnvironmentVariable Modifier and Type Method Description EnvironmentVariable.BuilderEnvironmentVariable.Builder. copy(EnvironmentVariable model)Method parameters in com.oracle.bmc.generativeai.model with type arguments of type EnvironmentVariable Modifier and Type Method Description CreateHostedApplicationDetails.BuilderCreateHostedApplicationDetails.Builder. environmentVariables(List<EnvironmentVariable> environmentVariables)The list of environment variables for the Hosted Application.HostedApplication.BuilderHostedApplication.Builder. environmentVariables(List<EnvironmentVariable> environmentVariables)The list of environment variables for the Hosted Application.UpdateHostedApplicationDetails.BuilderUpdateHostedApplicationDetails.Builder. environmentVariables(List<EnvironmentVariable> environmentVariables)The list of environment variables for the Hosted Application.Constructor parameters in com.oracle.bmc.generativeai.model with type arguments of type EnvironmentVariable Constructor Description UpdateHostedApplicationDetails(String displayName, String description, ScalingConfig scalingConfig, InboundAuthConfig inboundAuthConfig, List<EnvironmentVariable> environmentVariables, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)Deprecated.
-