Uses of Class
com.oracle.bmc.sch.model.LifecycleState
-
Packages that use LifecycleState Package Description com.oracle.bmc.sch com.oracle.bmc.sch.model com.oracle.bmc.sch.requests -
-
Uses of LifecycleState in com.oracle.bmc.sch
Methods in com.oracle.bmc.sch with parameters of type LifecycleState Modifier and Type Method Description Waiter<GetServiceConnectorRequest,GetServiceConnectorResponse>
ServiceConnectorWaiters. forServiceConnector(GetServiceConnectorRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetServiceConnectorRequest,GetServiceConnectorResponse>
ServiceConnectorWaiters. forServiceConnector(GetServiceConnectorRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetServiceConnectorRequest,GetServiceConnectorResponse>
ServiceConnectorWaiters. forServiceConnector(GetServiceConnectorRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of LifecycleState in com.oracle.bmc.sch.model
Methods in com.oracle.bmc.sch.model that return LifecycleState Modifier and Type Method Description static LifecycleState
LifecycleState. create(String key)
LifecycleState
ServiceConnector. getLifecycleState()
The current state of the connector.LifecycleState
ServiceConnectorSummary. getLifecycleState()
The current state of the connector.static LifecycleState
LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifecycleState[]
LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.sch.model with parameters of type LifecycleState Modifier and Type Method Description ServiceConnector.Builder
ServiceConnector.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the connector.ServiceConnectorSummary.Builder
ServiceConnectorSummary.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the connector.Constructors in com.oracle.bmc.sch.model with parameters of type LifecycleState Constructor Description ServiceConnector(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecycleDetails, String lifecyleDetails, SourceDetailsResponse source, List<TaskDetailsResponse> tasks, TargetDetailsResponse target, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ServiceConnectorSummary(String id, String displayName, String description, String compartmentId, Date timeCreated, Date timeUpdated, LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated. -
Uses of LifecycleState in com.oracle.bmc.sch.requests
Methods in com.oracle.bmc.sch.requests that return LifecycleState Modifier and Type Method Description LifecycleState
ListConnectorPluginsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.LifecycleState
ListServiceConnectorsRequest. getLifecycleState()
A filter to return only resources that match the given lifecycle state.Methods in com.oracle.bmc.sch.requests with parameters of type LifecycleState Modifier and Type Method Description ListConnectorPluginsRequest.Builder
ListConnectorPluginsRequest.Builder. lifecycleState(LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.ListServiceConnectorsRequest.Builder
ListServiceConnectorsRequest.Builder. lifecycleState(LifecycleState lifecycleState)
A filter to return only resources that match the given lifecycle state.
-