Uses of Class
com.oracle.bmc.database.responses.DeleteCloudExadataInfrastructureResponse
-
Packages that use DeleteCloudExadataInfrastructureResponse Package Description com.oracle.bmc.database com.oracle.bmc.database.responses -
-
Uses of DeleteCloudExadataInfrastructureResponse in com.oracle.bmc.database
Methods in com.oracle.bmc.database that return DeleteCloudExadataInfrastructureResponse Modifier and Type Method Description DeleteCloudExadataInfrastructureResponse
Database. deleteCloudExadataInfrastructure(DeleteCloudExadataInfrastructureRequest request)
Deletes the cloud Exadata infrastructure resource.DeleteCloudExadataInfrastructureResponse
DatabaseClient. deleteCloudExadataInfrastructure(DeleteCloudExadataInfrastructureRequest request)
Method parameters in com.oracle.bmc.database with type arguments of type DeleteCloudExadataInfrastructureResponse Modifier and Type Method Description Future<DeleteCloudExadataInfrastructureResponse>
DatabaseAsync. deleteCloudExadataInfrastructure(DeleteCloudExadataInfrastructureRequest request, AsyncHandler<DeleteCloudExadataInfrastructureRequest,DeleteCloudExadataInfrastructureResponse> handler)
Deletes the cloud Exadata infrastructure resource.Future<DeleteCloudExadataInfrastructureResponse>
DatabaseAsyncClient. deleteCloudExadataInfrastructure(DeleteCloudExadataInfrastructureRequest request, AsyncHandler<DeleteCloudExadataInfrastructureRequest,DeleteCloudExadataInfrastructureResponse> handler)
-
Uses of DeleteCloudExadataInfrastructureResponse in com.oracle.bmc.database.responses
Methods in com.oracle.bmc.database.responses that return DeleteCloudExadataInfrastructureResponse Modifier and Type Method Description DeleteCloudExadataInfrastructureResponse
DeleteCloudExadataInfrastructureResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.database.responses with parameters of type DeleteCloudExadataInfrastructureResponse Modifier and Type Method Description DeleteCloudExadataInfrastructureResponse.Builder
DeleteCloudExadataInfrastructureResponse.Builder. copy(DeleteCloudExadataInfrastructureResponse o)
Copy method to populate the builder with values from the given instance.
-