Uses of Class
com.oracle.bmc.visualbuilder.requests.StopVbInstanceRequest
- 
Packages that use StopVbInstanceRequest Package Description com.oracle.bmc.visualbuilder com.oracle.bmc.visualbuilder.requests 
- 
- 
Uses of StopVbInstanceRequest in com.oracle.bmc.visualbuilderMethods in com.oracle.bmc.visualbuilder with parameters of type StopVbInstanceRequest Modifier and Type Method Description StopVbInstanceResponseVbInstance. stopVbInstance(StopVbInstanceRequest request)Stop an vb instance that was previously in an ACTIVE state.Future<StopVbInstanceResponse>VbInstanceAsync. stopVbInstance(StopVbInstanceRequest request, AsyncHandler<StopVbInstanceRequest,StopVbInstanceResponse> handler)Stop an vb instance that was previously in an ACTIVE state.Future<StopVbInstanceResponse>VbInstanceAsyncClient. stopVbInstance(StopVbInstanceRequest request, AsyncHandler<StopVbInstanceRequest,StopVbInstanceResponse> handler)StopVbInstanceResponseVbInstanceClient. stopVbInstance(StopVbInstanceRequest request)Method parameters in com.oracle.bmc.visualbuilder with type arguments of type StopVbInstanceRequest Modifier and Type Method Description Future<StopVbInstanceResponse>VbInstanceAsync. stopVbInstance(StopVbInstanceRequest request, AsyncHandler<StopVbInstanceRequest,StopVbInstanceResponse> handler)Stop an vb instance that was previously in an ACTIVE state.Future<StopVbInstanceResponse>VbInstanceAsyncClient. stopVbInstance(StopVbInstanceRequest request, AsyncHandler<StopVbInstanceRequest,StopVbInstanceResponse> handler)
- 
Uses of StopVbInstanceRequest in com.oracle.bmc.visualbuilder.requestsMethods in com.oracle.bmc.visualbuilder.requests that return StopVbInstanceRequest Modifier and Type Method Description StopVbInstanceRequestStopVbInstanceRequest.Builder. build()Build the instance of StopVbInstanceRequest as configured by this builderStopVbInstanceRequestStopVbInstanceRequest.Builder. buildWithoutInvocationCallback()Build the instance of StopVbInstanceRequest as configured by this builderMethods in com.oracle.bmc.visualbuilder.requests with parameters of type StopVbInstanceRequest Modifier and Type Method Description StopVbInstanceRequest.BuilderStopVbInstanceRequest.Builder. copy(StopVbInstanceRequest o)Copy method to populate the builder with values from the given instance.
 
-