Uses of Class
com.oracle.bmc.datacc.requests.UpdateInfrastructureRequest
-
Packages that use UpdateInfrastructureRequest Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.requests -
-
Uses of UpdateInfrastructureRequest in com.oracle.bmc.datacc
Methods in com.oracle.bmc.datacc with parameters of type UpdateInfrastructureRequest Modifier and Type Method Description UpdateInfrastructureResponseBaseinfra. updateInfrastructure(UpdateInfrastructureRequest request)Update the Database Infrastructure that has the specified OCID.Future<UpdateInfrastructureResponse>BaseinfraAsync. updateInfrastructure(UpdateInfrastructureRequest request, AsyncHandler<UpdateInfrastructureRequest,UpdateInfrastructureResponse> handler)Update the Database Infrastructure that has the specified OCID.Future<UpdateInfrastructureResponse>BaseinfraAsyncClient. updateInfrastructure(UpdateInfrastructureRequest request, AsyncHandler<UpdateInfrastructureRequest,UpdateInfrastructureResponse> handler)UpdateInfrastructureResponseBaseinfraClient. updateInfrastructure(UpdateInfrastructureRequest request)Method parameters in com.oracle.bmc.datacc with type arguments of type UpdateInfrastructureRequest Modifier and Type Method Description Future<UpdateInfrastructureResponse>BaseinfraAsync. updateInfrastructure(UpdateInfrastructureRequest request, AsyncHandler<UpdateInfrastructureRequest,UpdateInfrastructureResponse> handler)Update the Database Infrastructure that has the specified OCID.Future<UpdateInfrastructureResponse>BaseinfraAsyncClient. updateInfrastructure(UpdateInfrastructureRequest request, AsyncHandler<UpdateInfrastructureRequest,UpdateInfrastructureResponse> handler) -
Uses of UpdateInfrastructureRequest in com.oracle.bmc.datacc.requests
Methods in com.oracle.bmc.datacc.requests that return UpdateInfrastructureRequest Modifier and Type Method Description UpdateInfrastructureRequestUpdateInfrastructureRequest.Builder. build()Build the instance of UpdateInfrastructureRequest as configured by this builderUpdateInfrastructureRequestUpdateInfrastructureRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateInfrastructureRequest as configured by this builderMethods in com.oracle.bmc.datacc.requests with parameters of type UpdateInfrastructureRequest Modifier and Type Method Description UpdateInfrastructureRequest.BuilderUpdateInfrastructureRequest.Builder. copy(UpdateInfrastructureRequest o)Copy method to populate the builder with values from the given instance.
-