Package | Description |
---|---|
com.oracle.bmc.functions | |
com.oracle.bmc.functions.model | |
com.oracle.bmc.functions.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetPbfListingRequest,GetPbfListingResponse> |
FunctionsManagementWaiters.forPbfListing(GetPbfListingRequest request,
PbfListing.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetPbfListingRequest,GetPbfListingResponse> |
FunctionsManagementWaiters.forPbfListing(GetPbfListingRequest request,
PbfListing.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetPbfListingRequest,GetPbfListingResponse> |
FunctionsManagementWaiters.forPbfListing(GetPbfListingRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
PbfListing.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
PbfListing.LifecycleState |
ListPbfListingsRequest.getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListPbfListingsRequest.Builder |
ListPbfListingsRequest.Builder.lifecycleState(PbfListing.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
|
Copyright © 2016–2025. All rights reserved.