Uses of Class
com.oracle.bmc.fleetappsmanagement.model.Property.LifecycleState
-
Packages that use Property.LifecycleState Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.model com.oracle.bmc.fleetappsmanagement.requests -
-
Uses of Property.LifecycleState in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement with parameters of type Property.LifecycleState Modifier and Type Method Description Waiter<GetPropertyRequest,GetPropertyResponse>
FleetAppsManagementAdminWaiters. forProperty(GetPropertyRequest request, Property.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPropertyRequest,GetPropertyResponse>
FleetAppsManagementAdminWaiters. forProperty(GetPropertyRequest request, Property.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPropertyRequest,GetPropertyResponse>
FleetAppsManagementAdminWaiters. forProperty(GetPropertyRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Property.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Property.LifecycleState in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return Property.LifecycleState Modifier and Type Method Description static Property.LifecycleState
Property.LifecycleState. create(String key)
Property.LifecycleState
Property. getLifecycleState()
The current state of the Property.Property.LifecycleState
PropertySummary. getLifecycleState()
The current state of the Property.static Property.LifecycleState
Property.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Property.LifecycleState[]
Property.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type Property.LifecycleState Modifier and Type Method Description Property.Builder
Property.Builder. lifecycleState(Property.LifecycleState lifecycleState)
The current state of the Property.PropertySummary.Builder
PropertySummary.Builder. lifecycleState(Property.LifecycleState lifecycleState)
The current state of the Property.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type Property.LifecycleState Constructor Description Property(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, String resourceRegion, Property.LifecycleState lifecycleState, String lifecycleDetails, Selection selection, ValueType valueType, List<String> values, Scope scope, Property.Type type, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.PropertySummary(String id, String compartmentId, String displayName, Date timeCreated, Date timeUpdated, String resourceRegion, Property.LifecycleState lifecycleState, String lifecycleDetails, Selection selection, ValueType valueType, List<String> values, Scope scope, Property.Type type, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of Property.LifecycleState in com.oracle.bmc.fleetappsmanagement.requests
Methods in com.oracle.bmc.fleetappsmanagement.requests that return Property.LifecycleState Modifier and Type Method Description Property.LifecycleState
ListPropertiesRequest. getLifecycleState()
A filter to return only resources whose lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.fleetappsmanagement.requests with parameters of type Property.LifecycleState Modifier and Type Method Description ListPropertiesRequest.Builder
ListPropertiesRequest.Builder. lifecycleState(Property.LifecycleState lifecycleState)
A filter to return only resources whose lifecycleState matches the given lifecycleState.
-