@Generated public class DeleteEndpointOperation extends Object
| Constructor and Description |
|---|
DeleteEndpointOperation(PostgresService impl,
Operation operation) |
| Modifier and Type | Method and Description |
|---|---|
EndpointOperationMetadata |
getMetadata()
Get the operation metadata.
|
String |
getName()
Get the operation name.
|
boolean |
isDone()
Check if the operation is done.
|
void |
waitForCompletion()
Wait for the operation to complete and return the resulting .
|
void |
waitForCompletion(Optional<LroOptions> options)
Wait for the operation to complete and return the resulting .
|
public DeleteEndpointOperation(PostgresService impl, Operation operation)
public void waitForCompletion()
throws TimeoutException
TimeoutException - if the operation doesn't complete within the timeoutDatabricksException - if the operation failspublic void waitForCompletion(Optional<LroOptions> options) throws TimeoutException
options - the options for configuring the wait behavior, can be empty for defaultsTimeoutException - if the operation doesn't complete within the timeoutDatabricksException - if the operation failspublic String getName()
public EndpointOperationMetadata getMetadata()
DatabricksException - if the metadata cannot be deserializedpublic boolean isDone()
DatabricksException - if the status check failsCopyright © 2026. All rights reserved.