Uses of Class
com.oracle.bmc.datacc.requests.DeleteInfrastructureRequest
-
Packages that use DeleteInfrastructureRequest Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.requests -
-
Uses of DeleteInfrastructureRequest in com.oracle.bmc.datacc
Methods in com.oracle.bmc.datacc with parameters of type DeleteInfrastructureRequest Modifier and Type Method Description DeleteInfrastructureResponseBaseinfra. deleteInfrastructure(DeleteInfrastructureRequest request)Delete the Database Infrastructure that has the specified OCID.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)DeleteInfrastructureResponseBaseinfraClient. deleteInfrastructure(DeleteInfrastructureRequest request)Method parameters in com.oracle.bmc.datacc with type arguments of type DeleteInfrastructureRequest 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 DeleteInfrastructureRequest in com.oracle.bmc.datacc.requests
Methods in com.oracle.bmc.datacc.requests that return DeleteInfrastructureRequest Modifier and Type Method Description DeleteInfrastructureRequestDeleteInfrastructureRequest.Builder. build()Build the instance of DeleteInfrastructureRequest as configured by this builderDeleteInfrastructureRequestDeleteInfrastructureRequest.Builder. buildWithoutInvocationCallback()Build the instance of DeleteInfrastructureRequest as configured by this builderMethods in com.oracle.bmc.datacc.requests with parameters of type DeleteInfrastructureRequest Modifier and Type Method Description DeleteInfrastructureRequest.BuilderDeleteInfrastructureRequest.Builder. copy(DeleteInfrastructureRequest o)Copy method to populate the builder with values from the given instance.
-