Uses of Class
com.oracle.bmc.mysql.responses.DeleteConfigurationResponse
-
Packages that use DeleteConfigurationResponse Package Description com.oracle.bmc.mysql com.oracle.bmc.mysql.responses -
-
Uses of DeleteConfigurationResponse in com.oracle.bmc.mysql
Methods in com.oracle.bmc.mysql that return DeleteConfigurationResponse Modifier and Type Method Description DeleteConfigurationResponse
Mysqlaas. deleteConfiguration(DeleteConfigurationRequest request)
Deletes a Configuration.DeleteConfigurationResponse
MysqlaasClient. deleteConfiguration(DeleteConfigurationRequest request)
Methods in com.oracle.bmc.mysql that return types with arguments of type DeleteConfigurationResponse Modifier and Type Method Description Future<DeleteConfigurationResponse>
MysqlaasAsync. deleteConfiguration(DeleteConfigurationRequest request, AsyncHandler<DeleteConfigurationRequest,DeleteConfigurationResponse> handler)
Deletes a Configuration.Future<DeleteConfigurationResponse>
MysqlaasAsyncClient. deleteConfiguration(DeleteConfigurationRequest request, AsyncHandler<DeleteConfigurationRequest,DeleteConfigurationResponse> handler)
Method parameters in com.oracle.bmc.mysql with type arguments of type DeleteConfigurationResponse Modifier and Type Method Description Future<DeleteConfigurationResponse>
MysqlaasAsync. deleteConfiguration(DeleteConfigurationRequest request, AsyncHandler<DeleteConfigurationRequest,DeleteConfigurationResponse> handler)
Deletes a Configuration.Future<DeleteConfigurationResponse>
MysqlaasAsyncClient. deleteConfiguration(DeleteConfigurationRequest request, AsyncHandler<DeleteConfigurationRequest,DeleteConfigurationResponse> handler)
-
Uses of DeleteConfigurationResponse in com.oracle.bmc.mysql.responses
Methods in com.oracle.bmc.mysql.responses that return DeleteConfigurationResponse Modifier and Type Method Description DeleteConfigurationResponse
DeleteConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.mysql.responses with parameters of type DeleteConfigurationResponse Modifier and Type Method Description DeleteConfigurationResponse.Builder
DeleteConfigurationResponse.Builder. copy(DeleteConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-