Uses of Class
com.oracle.bmc.mysql.requests.CreateConfigurationRequest
-
Packages that use CreateConfigurationRequest Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.requests -
-
Uses of CreateConfigurationRequest in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql with parameters of type CreateConfigurationRequest Modifier and Type Method Description CreateConfigurationResponse
Mysqlaas. createConfiguration(CreateConfigurationRequest request)
Creates a new Configuration.Future<CreateConfigurationResponse>
MysqlaasAsync. createConfiguration(CreateConfigurationRequest request, AsyncHandler<CreateConfigurationRequest,CreateConfigurationResponse> handler)
Creates a new Configuration.Future<CreateConfigurationResponse>
MysqlaasAsyncClient. createConfiguration(CreateConfigurationRequest request, AsyncHandler<CreateConfigurationRequest,CreateConfigurationResponse> handler)
CreateConfigurationResponse
MysqlaasClient. createConfiguration(CreateConfigurationRequest request)
Method parameters in com.oracle.bmc.mysql with type arguments of type CreateConfigurationRequest Modifier and Type Method Description Future<CreateConfigurationResponse>
MysqlaasAsync. createConfiguration(CreateConfigurationRequest request, AsyncHandler<CreateConfigurationRequest,CreateConfigurationResponse> handler)
Creates a new Configuration.Future<CreateConfigurationResponse>
MysqlaasAsyncClient. createConfiguration(CreateConfigurationRequest request, AsyncHandler<CreateConfigurationRequest,CreateConfigurationResponse> handler)
-
Uses of CreateConfigurationRequest in com.oracle.bmc.mysql.requests
Methods in com.oracle.bmc.mysql.requests that return CreateConfigurationRequest Modifier and Type Method Description CreateConfigurationRequest
CreateConfigurationRequest.Builder. build()
Build the instance of CreateConfigurationRequest as configured by this builderCreateConfigurationRequest
CreateConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateConfigurationRequest as configured by this builderMethods in com.oracle.bmc.mysql.requests with parameters of type CreateConfigurationRequest Modifier and Type Method Description CreateConfigurationRequest.Builder
CreateConfigurationRequest.Builder. copy(CreateConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-