Uses of Class
com.oracle.bmc.functions.model.PbfListingVersion.LifecycleState
-
Packages that use PbfListingVersion.LifecycleState Package Description com.oracle.bmc.functions com.oracle.bmc.functions.model com.oracle.bmc.functions.requests -
-
Uses of PbfListingVersion.LifecycleState in com.oracle.bmc.functions
-
Uses of PbfListingVersion.LifecycleState in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return PbfListingVersion.LifecycleState Modifier and Type Method Description static PbfListingVersion.LifecycleState
PbfListingVersion.LifecycleState. create(String key)
PbfListingVersion.LifecycleState
PbfListingVersion. getLifecycleState()
The current state of the PBF resource.PbfListingVersion.LifecycleState
PbfListingVersionSummary. getLifecycleState()
The current state of the PBF resource.static PbfListingVersion.LifecycleState
PbfListingVersion.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PbfListingVersion.LifecycleState[]
PbfListingVersion.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.functions.model with parameters of type PbfListingVersion.LifecycleState Modifier and Type Method Description PbfListingVersion.Builder
PbfListingVersion.Builder. lifecycleState(PbfListingVersion.LifecycleState lifecycleState)
The current state of the PBF resource.PbfListingVersionSummary.Builder
PbfListingVersionSummary.Builder. lifecycleState(PbfListingVersion.LifecycleState lifecycleState)
The current state of the PBF resource.Constructors in com.oracle.bmc.functions.model with parameters of type PbfListingVersion.LifecycleState Constructor Description PbfListingVersion(String id, String pbfListingId, String name, List<ConfigDetails> config, RequirementDetails requirements, String changeSummary, List<Trigger> triggers, Date timeCreated, Date timeUpdated, PbfListingVersion.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.PbfListingVersionSummary(String id, String pbfListingId, String name, List<ConfigDetails> config, RequirementDetails requirements, String changeSummary, List<Trigger> triggers, Date timeCreated, Date timeUpdated, PbfListingVersion.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of PbfListingVersion.LifecycleState in com.oracle.bmc.functions.requests
Methods in com.oracle.bmc.functions.requests that return PbfListingVersion.LifecycleState Modifier and Type Method Description PbfListingVersion.LifecycleState
ListPbfListingVersionsRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.functions.requests with parameters of type PbfListingVersion.LifecycleState Modifier and Type Method Description ListPbfListingVersionsRequest.Builder
ListPbfListingVersionsRequest.Builder. lifecycleState(PbfListingVersion.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-