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.LifecycleStatePbfListingVersion.LifecycleState. create(String key)PbfListingVersion.LifecycleStatePbfListingVersion. getLifecycleState()The current state of the PBF resource.PbfListingVersion.LifecycleStatePbfListingVersionSummary. getLifecycleState()The current state of the PBF resource.static PbfListingVersion.LifecycleStatePbfListingVersion.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.BuilderPbfListingVersion.Builder. lifecycleState(PbfListingVersion.LifecycleState lifecycleState)The current state of the PBF resource.PbfListingVersionSummary.BuilderPbfListingVersionSummary.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.LifecycleStateListPbfListingVersionsRequest. 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.BuilderListPbfListingVersionsRequest.Builder. lifecycleState(PbfListingVersion.LifecycleState lifecycleState)A filter to return only resources their lifecycleState matches the given lifecycleState.
-