Uses of Class
com.oracle.bmc.functions.model.PbfListing.LifecycleState
-
Packages that use PbfListing.LifecycleState Package Description com.oracle.bmc.functions com.oracle.bmc.functions.model com.oracle.bmc.functions.requests -
-
Uses of PbfListing.LifecycleState in com.oracle.bmc.functions
Methods in com.oracle.bmc.functions with parameters of type PbfListing.LifecycleState Modifier and Type Method Description Waiter<GetPbfListingRequest,GetPbfListingResponse>
FunctionsManagementWaiters. forPbfListing(GetPbfListingRequest request, PbfListing.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPbfListingRequest,GetPbfListingResponse>
FunctionsManagementWaiters. forPbfListing(GetPbfListingRequest request, PbfListing.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPbfListingRequest,GetPbfListingResponse>
FunctionsManagementWaiters. forPbfListing(GetPbfListingRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, PbfListing.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of PbfListing.LifecycleState in com.oracle.bmc.functions.model
Methods in com.oracle.bmc.functions.model that return PbfListing.LifecycleState Modifier and Type Method Description static PbfListing.LifecycleState
PbfListing.LifecycleState. create(String key)
PbfListing.LifecycleState
PbfListing. getLifecycleState()
The current state of the PBF resource.PbfListing.LifecycleState
PbfListingSummary. getLifecycleState()
The current state of the PBF resource.static PbfListing.LifecycleState
PbfListing.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static PbfListing.LifecycleState[]
PbfListing.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 PbfListing.LifecycleState Modifier and Type Method Description PbfListing.Builder
PbfListing.Builder. lifecycleState(PbfListing.LifecycleState lifecycleState)
The current state of the PBF resource.PbfListingSummary.Builder
PbfListingSummary.Builder. lifecycleState(PbfListing.LifecycleState lifecycleState)
The current state of the PBF resource.Constructors in com.oracle.bmc.functions.model with parameters of type PbfListing.LifecycleState Constructor Description PbfListing(String id, String name, String description, PublisherDetails publisherDetails, List<Trigger> triggers, Date timeCreated, Date timeUpdated, PbfListing.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.PbfListingSummary(String id, String name, String description, PublisherDetails publisherDetails, List<Trigger> triggers, Date timeCreated, Date timeUpdated, PbfListing.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of PbfListing.LifecycleState in com.oracle.bmc.functions.requests
Methods in com.oracle.bmc.functions.requests that return PbfListing.LifecycleState Modifier and Type Method Description PbfListing.LifecycleState
ListPbfListingsRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.functions.requests with parameters of type PbfListing.LifecycleState Modifier and Type Method Description ListPbfListingsRequest.Builder
ListPbfListingsRequest.Builder. lifecycleState(PbfListing.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-