Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse> |
DataFlowWaiters.forPrivateEndpoint(GetPrivateEndpointRequest request,
PrivateEndpointLifecycleState... targetStates) |
Creates a new Waiter using the default configuration.
|
Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse> |
DataFlowWaiters.forPrivateEndpoint(GetPrivateEndpointRequest request,
PrivateEndpointLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy) |
Creates a new Waiter using the provided configuration.
|
Waiter<GetPrivateEndpointRequest,GetPrivateEndpointResponse> |
DataFlowWaiters.forPrivateEndpoint(GetPrivateEndpointRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
PrivateEndpointLifecycleState... targetStates) |
Creates a new Waiter using the provided configuration.
|
GetPrivateEndpointResponse |
DataFlow.getPrivateEndpoint(GetPrivateEndpointRequest request) |
Retrieves an private endpoint using a privateEndpointId .
|
Future<GetPrivateEndpointResponse> |
DataFlowAsync.getPrivateEndpoint(GetPrivateEndpointRequest request,
AsyncHandler<GetPrivateEndpointRequest,GetPrivateEndpointResponse> handler) |
Retrieves an private endpoint using a privateEndpointId .
|
Future<GetPrivateEndpointResponse> |
DataFlowAsyncClient.getPrivateEndpoint(GetPrivateEndpointRequest request,
AsyncHandler<GetPrivateEndpointRequest,GetPrivateEndpointResponse> handler) |
|
GetPrivateEndpointResponse |
DataFlowClient.getPrivateEndpoint(GetPrivateEndpointRequest request) |
|