Uses of Class
com.oracle.bmc.database.responses.LaunchAutonomousExadataInfrastructureResponse
-
Packages that use LaunchAutonomousExadataInfrastructureResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of LaunchAutonomousExadataInfrastructureResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return LaunchAutonomousExadataInfrastructureResponse Modifier and Type Method Description LaunchAutonomousExadataInfrastructureResponse
Database. launchAutonomousExadataInfrastructure(LaunchAutonomousExadataInfrastructureRequest request)
Deprecated To create a new Autonomous Database system on dedicated Exadata Infrastructure, use thecreateCloudExadataInfrastructure
andcreateCloudAutonomousVmCluster
operations instead.LaunchAutonomousExadataInfrastructureResponse
DatabaseClient. launchAutonomousExadataInfrastructure(LaunchAutonomousExadataInfrastructureRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type LaunchAutonomousExadataInfrastructureResponse Modifier and Type Method Description Future<LaunchAutonomousExadataInfrastructureResponse>
DatabaseAsync. launchAutonomousExadataInfrastructure(LaunchAutonomousExadataInfrastructureRequest request, AsyncHandler<LaunchAutonomousExadataInfrastructureRequest,LaunchAutonomousExadataInfrastructureResponse> handler)
Deprecated To create a new Autonomous Database system on dedicated Exadata Infrastructure, use thecreateCloudExadataInfrastructure
andcreateCloudAutonomousVmCluster
operations instead.Future<LaunchAutonomousExadataInfrastructureResponse>
DatabaseAsyncClient. launchAutonomousExadataInfrastructure(LaunchAutonomousExadataInfrastructureRequest request, AsyncHandler<LaunchAutonomousExadataInfrastructureRequest,LaunchAutonomousExadataInfrastructureResponse> handler)
-
Uses of LaunchAutonomousExadataInfrastructureResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return LaunchAutonomousExadataInfrastructureResponse Modifier and Type Method Description LaunchAutonomousExadataInfrastructureResponse
LaunchAutonomousExadataInfrastructureResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type LaunchAutonomousExadataInfrastructureResponse Modifier and Type Method Description LaunchAutonomousExadataInfrastructureResponse.Builder
LaunchAutonomousExadataInfrastructureResponse.Builder. copy(LaunchAutonomousExadataInfrastructureResponse o)
Copy method to populate the builder with values from the given instance.
-