Package | Description |
---|---|
com.oracle.bmc.database | |
com.oracle.bmc.database.responses |
Modifier and Type | Method and Description |
---|---|
LaunchDbSystemResponse |
DatabaseClient.launchDbSystem(LaunchDbSystemRequest request) |
LaunchDbSystemResponse |
Database.launchDbSystem(LaunchDbSystemRequest request)
Creates a new DB system in the specified compartment and availability domain.
|
Modifier and Type | Method and Description |
---|---|
Waiter<LaunchDbSystemRequest,LaunchDbSystemResponse> |
DatabaseWaiters.forLaunchDbSystem(LaunchDbSystemRequest request)
Creates a new
Waiter using the default configuration. |
Waiter<LaunchDbSystemRequest,LaunchDbSystemResponse> |
DatabaseWaiters.forLaunchDbSystem(LaunchDbSystemRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Future<LaunchDbSystemResponse> |
DatabaseAsyncClient.launchDbSystem(LaunchDbSystemRequest request,
AsyncHandler<LaunchDbSystemRequest,LaunchDbSystemResponse> handler) |
Future<LaunchDbSystemResponse> |
DatabaseAsync.launchDbSystem(LaunchDbSystemRequest request,
AsyncHandler<LaunchDbSystemRequest,LaunchDbSystemResponse> handler)
Creates a new DB system in the specified compartment and availability domain.
|
Modifier and Type | Method and Description |
---|---|
Future<LaunchDbSystemResponse> |
DatabaseAsyncClient.launchDbSystem(LaunchDbSystemRequest request,
AsyncHandler<LaunchDbSystemRequest,LaunchDbSystemResponse> handler) |
Future<LaunchDbSystemResponse> |
DatabaseAsync.launchDbSystem(LaunchDbSystemRequest request,
AsyncHandler<LaunchDbSystemRequest,LaunchDbSystemResponse> handler)
Creates a new DB system in the specified compartment and availability domain.
|
Modifier and Type | Method and Description |
---|---|
LaunchDbSystemResponse |
LaunchDbSystemResponse.Builder.build()
Build the response object.
|
Modifier and Type | Method and Description |
---|---|
LaunchDbSystemResponse.Builder |
LaunchDbSystemResponse.Builder.copy(LaunchDbSystemResponse o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.