Uses of Class
com.oracle.bmc.computecloudatcustomer.requests.DeleteCccInfrastructureRequest
-
Packages that use DeleteCccInfrastructureRequest Package Description com.oracle.bmc.computecloudatcustomer com.oracle.bmc.computecloudatcustomer.requests -
-
Uses of DeleteCccInfrastructureRequest in com.oracle.bmc.computecloudatcustomer
Method parameters in com.oracle.bmc.computecloudatcustomer with type arguments of type DeleteCccInfrastructureRequest 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 DeleteCccInfrastructureRequest in com.oracle.bmc.computecloudatcustomer.requests
Methods in com.oracle.bmc.computecloudatcustomer.requests that return DeleteCccInfrastructureRequest Modifier and Type Method Description DeleteCccInfrastructureRequest
DeleteCccInfrastructureRequest.Builder. build()
Build the instance of DeleteCccInfrastructureRequest as configured by this builderDeleteCccInfrastructureRequest
DeleteCccInfrastructureRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteCccInfrastructureRequest as configured by this builderMethods in com.oracle.bmc.computecloudatcustomer.requests with parameters of type DeleteCccInfrastructureRequest Modifier and Type Method Description DeleteCccInfrastructureRequest.Builder
DeleteCccInfrastructureRequest.Builder. copy(DeleteCccInfrastructureRequest o)
Copy method to populate the builder with values from the given instance.
-