Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<TerminateDbSystemRequest,TerminateDbSystemResponse> |
DatabaseWaiters.forTerminateDbSystem(TerminateDbSystemRequest request)
Creates a new
Waiter using the default configuration. |
Waiter<TerminateDbSystemRequest,TerminateDbSystemResponse> |
DatabaseWaiters.forTerminateDbSystem(TerminateDbSystemRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<TerminateDbSystemResponse> |
DatabaseAsyncClient.terminateDbSystem(TerminateDbSystemRequest request,
AsyncHandler<TerminateDbSystemRequest,TerminateDbSystemResponse> handler) |
Future<TerminateDbSystemResponse> |
DatabaseAsync.terminateDbSystem(TerminateDbSystemRequest request,
AsyncHandler<TerminateDbSystemRequest,TerminateDbSystemResponse> handler)
Terminates a DB system and permanently deletes it and any databases running on it, and any
storage volumes attached to it.
|
Modifier and Type | Method and Description |
---|---|
TerminateDbSystemRequest |
TerminateDbSystemRequest.Builder.build()
Build the instance of TerminateDbSystemRequest as configured by this builder
|
TerminateDbSystemRequest |
TerminateDbSystemRequest.Builder.buildWithoutInvocationCallback()
Build the instance of TerminateDbSystemRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
TerminateDbSystemRequest.Builder |
TerminateDbSystemRequest.Builder.copy(TerminateDbSystemRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.