Uses of Class
com.oracle.bmc.dataflow.model.SqlEndpointLifecycleState
-
Packages that use SqlEndpointLifecycleState Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.model com.oracle.bmc.dataflow.requests -
-
Uses of SqlEndpointLifecycleState in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow with parameters of type SqlEndpointLifecycleState Modifier and Type Method Description Waiter<GetSqlEndpointRequest,GetSqlEndpointResponse>
DataFlowWaiters. forSqlEndpoint(GetSqlEndpointRequest request, SqlEndpointLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSqlEndpointRequest,GetSqlEndpointResponse>
DataFlowWaiters. forSqlEndpoint(GetSqlEndpointRequest request, SqlEndpointLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSqlEndpointRequest,GetSqlEndpointResponse>
DataFlowWaiters. forSqlEndpoint(GetSqlEndpointRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, SqlEndpointLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of SqlEndpointLifecycleState in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return SqlEndpointLifecycleState Modifier and Type Method Description static SqlEndpointLifecycleState
SqlEndpointLifecycleState. create(String key)
SqlEndpointLifecycleState
SqlEndpoint. getLifecycleState()
The current state of the Sql Endpoint.SqlEndpointLifecycleState
SqlEndpointSummary. getLifecycleState()
The current state of the Sql Endpoint.static SqlEndpointLifecycleState
SqlEndpointLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SqlEndpointLifecycleState[]
SqlEndpointLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.dataflow.model with parameters of type SqlEndpointLifecycleState Modifier and Type Method Description SqlEndpoint.Builder
SqlEndpoint.Builder. lifecycleState(SqlEndpointLifecycleState lifecycleState)
The current state of the Sql Endpoint.SqlEndpointSummary.Builder
SqlEndpointSummary.Builder. lifecycleState(SqlEndpointLifecycleState lifecycleState)
The current state of the Sql Endpoint.Constructors in com.oracle.bmc.dataflow.model with parameters of type SqlEndpointLifecycleState Constructor Description SqlEndpoint(String id, String displayName, String compartmentId, String jdbcEndpointUrl, Date timeCreated, Date timeUpdated, SqlEndpointLifecycleState lifecycleState, String stateMessage, String sqlEndpointVersion, String driverShape, ShapeConfig driverShapeConfig, String executorShape, ShapeConfig executorShapeConfig, Integer minExecutorCount, Integer maxExecutorCount, String metastoreId, String lakeId, String warehouseBucketUri, String description, String lastAcceptedRequestToken, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Map<String,String> sparkAdvancedConfigurations, String bannerMessage, SqlEndpointNetworkConfiguration networkConfiguration)
Deprecated.SqlEndpointSummary(String id, String displayName, String compartmentId, String jdbcEndpointUrl, Date timeCreated, Date timeUpdated, SqlEndpointLifecycleState lifecycleState, String stateMessage, String sqlEndpointVersion, String driverShape, ShapeConfig driverShapeConfig, String executorShape, ShapeConfig executorShapeConfig, Integer minExecutorCount, Integer maxExecutorCount, String ownerPrincipalId, String metastoreId, String lakeId, String warehouseBucketUri, String description, String lastAcceptedRequestToken, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Map<String,String> sparkAdvancedConfigurations, SqlEndpointNetworkConfiguration networkConfiguration)
Deprecated. -
Uses of SqlEndpointLifecycleState in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return SqlEndpointLifecycleState Modifier and Type Method Description SqlEndpointLifecycleState
ListSqlEndpointsRequest. getLifecycleState()
A filter to return only those resources whose sqlEndpointLifecycleState matches the given sqlEndpointLifecycleState.Methods in com.oracle.bmc.dataflow.requests with parameters of type SqlEndpointLifecycleState Modifier and Type Method Description ListSqlEndpointsRequest.Builder
ListSqlEndpointsRequest.Builder. lifecycleState(SqlEndpointLifecycleState lifecycleState)
A filter to return only those resources whose sqlEndpointLifecycleState matches the given sqlEndpointLifecycleState.
-