Uses of Class
com.oracle.bmc.generativeai.model.HostedApplicationBase.LifecycleState
-
Packages that use HostedApplicationBase.LifecycleState Package Description com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.requests -
-
Uses of HostedApplicationBase.LifecycleState in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return HostedApplicationBase.LifecycleState Modifier and Type Method Description static HostedApplicationBase.LifecycleStateHostedApplicationBase.LifecycleState. create(String key)HostedApplicationBase.LifecycleStateHostedApplicationBase. getLifecycleState()The current state of the hosted application.HostedApplicationBase.LifecycleStateHostedApplicationSummary. getLifecycleState()The current state of the hosted application.static HostedApplicationBase.LifecycleStateHostedApplicationBase.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static HostedApplicationBase.LifecycleState[]HostedApplicationBase.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.generativeai.model with parameters of type HostedApplicationBase.LifecycleState Modifier and Type Method Description HostedApplicationBase.BuilderHostedApplicationBase.Builder. lifecycleState(HostedApplicationBase.LifecycleState lifecycleState)The current state of the hosted application.HostedApplicationSummary.BuilderHostedApplicationSummary.Builder. lifecycleState(HostedApplicationBase.LifecycleState lifecycleState)The current state of the hosted application.Constructors in com.oracle.bmc.generativeai.model with parameters of type HostedApplicationBase.LifecycleState Constructor Description HostedApplicationBase(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, HostedApplicationBase.LifecycleState lifecycleState, String lifecycleDetails, ScalingConfig scalingConfig, List<StorageConfig> storageConfigs, NetworkingConfig networkingConfig, List<EnvironmentVariable> environmentVariables, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.HostedApplicationSummary(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, HostedApplicationBase.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of HostedApplicationBase.LifecycleState in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return HostedApplicationBase.LifecycleState Modifier and Type Method Description HostedApplicationBase.LifecycleStateListHostedApplicationsIamRequest. getLifecycleState()A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.HostedApplicationBase.LifecycleStateListHostedApplicationsRequest. getLifecycleState()A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.Methods in com.oracle.bmc.generativeai.requests with parameters of type HostedApplicationBase.LifecycleState Modifier and Type Method Description ListHostedApplicationsIamRequest.BuilderListHostedApplicationsIamRequest.Builder. lifecycleState(HostedApplicationBase.LifecycleState lifecycleState)A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.ListHostedApplicationsRequest.BuilderListHostedApplicationsRequest.Builder. lifecycleState(HostedApplicationBase.LifecycleState lifecycleState)A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.
-