Uses of Class
com.oracle.bmc.datacc.responses.DeleteInfrastructureResponse
-
Packages that use DeleteInfrastructureResponse Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.responses -
-
Uses of DeleteInfrastructureResponse in com.oracle.bmc.datacc
Methods in com.oracle.bmc.datacc that return DeleteInfrastructureResponse Modifier and Type Method Description DeleteInfrastructureResponseBaseinfra. deleteInfrastructure(DeleteInfrastructureRequest request)Delete the Database Infrastructure that has the specified OCID.DeleteInfrastructureResponseBaseinfraClient. deleteInfrastructure(DeleteInfrastructureRequest request)Methods in com.oracle.bmc.datacc that return types with arguments of type DeleteInfrastructureResponse Modifier and Type Method Description Future<DeleteInfrastructureResponse>BaseinfraAsync. deleteInfrastructure(DeleteInfrastructureRequest request, AsyncHandler<DeleteInfrastructureRequest,DeleteInfrastructureResponse> handler)Delete the Database Infrastructure that has the specified OCID.Future<DeleteInfrastructureResponse>BaseinfraAsyncClient. deleteInfrastructure(DeleteInfrastructureRequest request, AsyncHandler<DeleteInfrastructureRequest,DeleteInfrastructureResponse> handler)Method parameters in com.oracle.bmc.datacc with type arguments of type DeleteInfrastructureResponse Modifier and Type Method Description Future<DeleteInfrastructureResponse>BaseinfraAsync. deleteInfrastructure(DeleteInfrastructureRequest request, AsyncHandler<DeleteInfrastructureRequest,DeleteInfrastructureResponse> handler)Delete the Database Infrastructure that has the specified OCID.Future<DeleteInfrastructureResponse>BaseinfraAsyncClient. deleteInfrastructure(DeleteInfrastructureRequest request, AsyncHandler<DeleteInfrastructureRequest,DeleteInfrastructureResponse> handler) -
Uses of DeleteInfrastructureResponse in com.oracle.bmc.datacc.responses
Methods in com.oracle.bmc.datacc.responses that return DeleteInfrastructureResponse Modifier and Type Method Description DeleteInfrastructureResponseDeleteInfrastructureResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datacc.responses with parameters of type DeleteInfrastructureResponse Modifier and Type Method Description DeleteInfrastructureResponse.BuilderDeleteInfrastructureResponse.Builder. copy(DeleteInfrastructureResponse o)Copy method to populate the builder with values from the given instance.
-