Uses of Class
com.oracle.bmc.computecloudatcustomer.responses.DeleteCccInfrastructureResponse
-
Packages that use DeleteCccInfrastructureResponse Package Description com.oracle.bmc.computecloudatcustomer com.oracle.bmc.computecloudatcustomer.responses -
-
Uses of DeleteCccInfrastructureResponse in com.oracle.bmc.computecloudatcustomer
Methods in com.oracle.bmc.computecloudatcustomer that return DeleteCccInfrastructureResponse Modifier and Type Method Description DeleteCccInfrastructureResponse
ComputeCloudAtCustomer. deleteCccInfrastructure(DeleteCccInfrastructureRequest request)
Deletes a Compute Cloud@Customer infrastructure resource specified by the resource OCID.DeleteCccInfrastructureResponse
ComputeCloudAtCustomerClient. deleteCccInfrastructure(DeleteCccInfrastructureRequest request)
Methods in com.oracle.bmc.computecloudatcustomer that return types with arguments of type DeleteCccInfrastructureResponse Modifier and Type Method Description Future<DeleteCccInfrastructureResponse>
ComputeCloudAtCustomerAsync. deleteCccInfrastructure(DeleteCccInfrastructureRequest request, AsyncHandler<DeleteCccInfrastructureRequest,DeleteCccInfrastructureResponse> handler)
Deletes a Compute Cloud@Customer infrastructure resource specified by the resource OCID.Future<DeleteCccInfrastructureResponse>
ComputeCloudAtCustomerAsyncClient. deleteCccInfrastructure(DeleteCccInfrastructureRequest request, AsyncHandler<DeleteCccInfrastructureRequest,DeleteCccInfrastructureResponse> handler)
Method parameters in com.oracle.bmc.computecloudatcustomer with type arguments of type DeleteCccInfrastructureResponse Modifier and Type Method Description Future<DeleteCccInfrastructureResponse>
ComputeCloudAtCustomerAsync. deleteCccInfrastructure(DeleteCccInfrastructureRequest request, AsyncHandler<DeleteCccInfrastructureRequest,DeleteCccInfrastructureResponse> handler)
Deletes a Compute Cloud@Customer infrastructure resource specified by the resource OCID.Future<DeleteCccInfrastructureResponse>
ComputeCloudAtCustomerAsyncClient. deleteCccInfrastructure(DeleteCccInfrastructureRequest request, AsyncHandler<DeleteCccInfrastructureRequest,DeleteCccInfrastructureResponse> handler)
-
Uses of DeleteCccInfrastructureResponse in com.oracle.bmc.computecloudatcustomer.responses
Methods in com.oracle.bmc.computecloudatcustomer.responses that return DeleteCccInfrastructureResponse Modifier and Type Method Description DeleteCccInfrastructureResponse
DeleteCccInfrastructureResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.computecloudatcustomer.responses with parameters of type DeleteCccInfrastructureResponse Modifier and Type Method Description DeleteCccInfrastructureResponse.Builder
DeleteCccInfrastructureResponse.Builder. copy(DeleteCccInfrastructureResponse o)
Copy method to populate the builder with values from the given instance.
-