Uses of Class
com.oracle.bmc.datacc.requests.StopVmInstanceRequest
-
Packages that use StopVmInstanceRequest Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.requests -
-
Uses of StopVmInstanceRequest in com.oracle.bmc.datacc
Methods in com.oracle.bmc.datacc with parameters of type StopVmInstanceRequest Modifier and Type Method Description StopVmInstanceResponseBaseinfra. stopVmInstance(StopVmInstanceRequest request)Stop the VM instance on Database Infrastructure that has the specified OCID.Future<StopVmInstanceResponse>BaseinfraAsync. stopVmInstance(StopVmInstanceRequest request, AsyncHandler<StopVmInstanceRequest,StopVmInstanceResponse> handler)Stop the VM instance on Database Infrastructure that has the specified OCID.Future<StopVmInstanceResponse>BaseinfraAsyncClient. stopVmInstance(StopVmInstanceRequest request, AsyncHandler<StopVmInstanceRequest,StopVmInstanceResponse> handler)StopVmInstanceResponseBaseinfraClient. stopVmInstance(StopVmInstanceRequest request)Method parameters in com.oracle.bmc.datacc with type arguments of type StopVmInstanceRequest Modifier and Type Method Description Future<StopVmInstanceResponse>BaseinfraAsync. stopVmInstance(StopVmInstanceRequest request, AsyncHandler<StopVmInstanceRequest,StopVmInstanceResponse> handler)Stop the VM instance on Database Infrastructure that has the specified OCID.Future<StopVmInstanceResponse>BaseinfraAsyncClient. stopVmInstance(StopVmInstanceRequest request, AsyncHandler<StopVmInstanceRequest,StopVmInstanceResponse> handler) -
Uses of StopVmInstanceRequest in com.oracle.bmc.datacc.requests
Methods in com.oracle.bmc.datacc.requests that return StopVmInstanceRequest Modifier and Type Method Description StopVmInstanceRequestStopVmInstanceRequest.Builder. build()Build the instance of StopVmInstanceRequest as configured by this builderStopVmInstanceRequestStopVmInstanceRequest.Builder. buildWithoutInvocationCallback()Build the instance of StopVmInstanceRequest as configured by this builderMethods in com.oracle.bmc.datacc.requests with parameters of type StopVmInstanceRequest Modifier and Type Method Description StopVmInstanceRequest.BuilderStopVmInstanceRequest.Builder. copy(StopVmInstanceRequest o)Copy method to populate the builder with values from the given instance.
-