Uses of Class
com.oracle.bmc.dataflow.requests.GetSqlEndpointRequest
-
Packages that use GetSqlEndpointRequest Package Description com.oracle.bmc.dataflow com.oracle.bmc.dataflow.requests -
-
Uses of GetSqlEndpointRequest in com.oracle.bmc.dataflow
Methods in com.oracle.bmc.dataflow that return types with arguments of type GetSqlEndpointRequest 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.Method parameters in com.oracle.bmc.dataflow with type arguments of type GetSqlEndpointRequest Modifier and Type Method Description Future<GetSqlEndpointResponse>
DataFlowAsync. getSqlEndpoint(GetSqlEndpointRequest request, AsyncHandler<GetSqlEndpointRequest,GetSqlEndpointResponse> handler)
Retrieves a SQL Endpoint using a sqlEndpointId.Future<GetSqlEndpointResponse>
DataFlowAsyncClient. getSqlEndpoint(GetSqlEndpointRequest request, AsyncHandler<GetSqlEndpointRequest,GetSqlEndpointResponse> handler)
-
Uses of GetSqlEndpointRequest in com.oracle.bmc.dataflow.requests
Methods in com.oracle.bmc.dataflow.requests that return GetSqlEndpointRequest Modifier and Type Method Description GetSqlEndpointRequest
GetSqlEndpointRequest.Builder. build()
Build the instance of GetSqlEndpointRequest as configured by this builderGetSqlEndpointRequest
GetSqlEndpointRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSqlEndpointRequest as configured by this builderMethods in com.oracle.bmc.dataflow.requests with parameters of type GetSqlEndpointRequest Modifier and Type Method Description GetSqlEndpointRequest.Builder
GetSqlEndpointRequest.Builder. copy(GetSqlEndpointRequest o)
Copy method to populate the builder with values from the given instance.
-