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 newWaiterusing the default configuration.Waiter<GetPbfListingRequest,GetPbfListingResponse>FunctionsManagementWaiters. forPbfListing(GetPbfListingRequest request, PbfListing.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetPbfListingRequest,GetPbfListingResponse>FunctionsManagementWaiters. forPbfListing(GetPbfListingRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, PbfListing.LifecycleState... targetStates)Creates a newWaiterusing 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.LifecycleStatePbfListing.LifecycleState. create(String key)PbfListing.LifecycleStatePbfListing. getLifecycleState()The current state of the PBF resource.PbfListing.LifecycleStatePbfListingSummary. getLifecycleState()The current state of the PBF resource.static PbfListing.LifecycleStatePbfListing.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.BuilderPbfListing.Builder. lifecycleState(PbfListing.LifecycleState lifecycleState)The current state of the PBF resource.PbfListingSummary.BuilderPbfListingSummary.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.LifecycleStateListPbfListingsRequest. 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.BuilderListPbfListingsRequest.Builder. lifecycleState(PbfListing.LifecycleState lifecycleState)A filter to return only resources their lifecycleState matches the given lifecycleState.
-