Uses of Class
com.oracle.bmc.generativeai.model.HostedApplicationStorage.LifecycleState
-
Packages that use HostedApplicationStorage.LifecycleState Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.model com.oracle.bmc.generativeai.requests -
-
Uses of HostedApplicationStorage.LifecycleState in com.oracle.bmc.generativeai
-
Uses of HostedApplicationStorage.LifecycleState in com.oracle.bmc.generativeai.model
Methods in com.oracle.bmc.generativeai.model that return HostedApplicationStorage.LifecycleState Modifier and Type Method Description static HostedApplicationStorage.LifecycleStateHostedApplicationStorage.LifecycleState. create(String key)HostedApplicationStorage.LifecycleStateHostedApplicationStorage. getLifecycleState()The current state of the hosted application storage.HostedApplicationStorage.LifecycleStateHostedApplicationStorageSummary. getLifecycleState()The current state of the hosted application storage.static HostedApplicationStorage.LifecycleStateHostedApplicationStorage.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static HostedApplicationStorage.LifecycleState[]HostedApplicationStorage.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 HostedApplicationStorage.LifecycleState Modifier and Type Method Description HostedApplicationStorage.BuilderHostedApplicationStorage.Builder. lifecycleState(HostedApplicationStorage.LifecycleState lifecycleState)The current state of the hosted application storage.HostedApplicationStorageSummary.BuilderHostedApplicationStorageSummary.Builder. lifecycleState(HostedApplicationStorage.LifecycleState lifecycleState)The current state of the hosted application storage.Constructors in com.oracle.bmc.generativeai.model with parameters of type HostedApplicationStorage.LifecycleState Constructor Description HostedApplicationStorage(String id, String displayName, String description, String compartmentId, HostedApplicationStorage.StorageType storageType, Date timeCreated, Date timeUpdated, HostedApplicationStorage.LifecycleState lifecycleState, String lifecycleDetails, List<String> applicationIds, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.HostedApplicationStorageSummary(String id, String displayName, String description, String compartmentId, HostedApplicationStorageSummary.StorageType storageType, Date timeCreated, Date timeUpdated, HostedApplicationStorage.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated. -
Uses of HostedApplicationStorage.LifecycleState in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return HostedApplicationStorage.LifecycleState Modifier and Type Method Description HostedApplicationStorage.LifecycleStateListHostedApplicationStoragesRequest. 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 HostedApplicationStorage.LifecycleState Modifier and Type Method Description ListHostedApplicationStoragesRequest.BuilderListHostedApplicationStoragesRequest.Builder. lifecycleState(HostedApplicationStorage.LifecycleState lifecycleState)A filter to return only the hosted applications that their lifecycle state matches the given lifecycle state.
-