Package | Description |
---|---|
com.oracle.bmc.mysql | |
com.oracle.bmc.mysql.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetConfigurationRequest,GetConfigurationResponse> |
MysqlaasWaiters.forConfiguration(GetConfigurationRequest request,
Configuration.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetConfigurationRequest,GetConfigurationResponse> |
MysqlaasWaiters.forConfiguration(GetConfigurationRequest request,
Configuration.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetConfigurationRequest,GetConfigurationResponse> |
MysqlaasWaiters.forConfiguration(GetConfigurationRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Configuration.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
Future<GetConfigurationResponse> |
MysqlaasAsyncClient.getConfiguration(GetConfigurationRequest request,
AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler) |
Future<GetConfigurationResponse> |
MysqlaasAsync.getConfiguration(GetConfigurationRequest request,
AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
Get the full details of the specified Configuration, including the list of MySQL Variables
and their values.
|
Modifier and Type | Method and Description |
---|---|
GetConfigurationRequest |
GetConfigurationRequest.Builder.build()
Build the instance of GetConfigurationRequest as configured by this builder
|
GetConfigurationRequest |
GetConfigurationRequest.Builder.buildWithoutInvocationCallback()
Build the instance of GetConfigurationRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
GetConfigurationRequest.Builder |
GetConfigurationRequest.Builder.copy(GetConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.