Uses of Class
com.oracle.bmc.database.responses.TerminateAutonomousExadataInfrastructureResponse
-
Packages that use TerminateAutonomousExadataInfrastructureResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of TerminateAutonomousExadataInfrastructureResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return TerminateAutonomousExadataInfrastructureResponse Modifier and Type Method Description TerminateAutonomousExadataInfrastructureResponse
Database. terminateAutonomousExadataInfrastructure(TerminateAutonomousExadataInfrastructureRequest request)
Deprecated. To terminate an Exadata Infrastructure resource in the Oracle cloud, use thedeleteCloudExadataInfrastructure
operation.TerminateAutonomousExadataInfrastructureResponse
DatabaseClient. terminateAutonomousExadataInfrastructure(TerminateAutonomousExadataInfrastructureRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type TerminateAutonomousExadataInfrastructureResponse Modifier and Type Method Description Future<TerminateAutonomousExadataInfrastructureResponse>
DatabaseAsync. terminateAutonomousExadataInfrastructure(TerminateAutonomousExadataInfrastructureRequest request, AsyncHandler<TerminateAutonomousExadataInfrastructureRequest,TerminateAutonomousExadataInfrastructureResponse> handler)
Deprecated. To terminate an Exadata Infrastructure resource in the Oracle cloud, use thedeleteCloudExadataInfrastructure
operation.Future<TerminateAutonomousExadataInfrastructureResponse>
DatabaseAsyncClient. terminateAutonomousExadataInfrastructure(TerminateAutonomousExadataInfrastructureRequest request, AsyncHandler<TerminateAutonomousExadataInfrastructureRequest,TerminateAutonomousExadataInfrastructureResponse> handler)
-
Uses of TerminateAutonomousExadataInfrastructureResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return TerminateAutonomousExadataInfrastructureResponse Modifier and Type Method Description TerminateAutonomousExadataInfrastructureResponse
TerminateAutonomousExadataInfrastructureResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type TerminateAutonomousExadataInfrastructureResponse Modifier and Type Method Description TerminateAutonomousExadataInfrastructureResponse.Builder
TerminateAutonomousExadataInfrastructureResponse.Builder. copy(TerminateAutonomousExadataInfrastructureResponse o)
Copy method to populate the builder with values from the given instance.
-