Uses of Class
com.oracle.bmc.core.requests.StopInstancePoolRequest
-
Packages that use StopInstancePoolRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of StopInstancePoolRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type StopInstancePoolRequest Modifier and Type Method Description StopInstancePoolResponseComputeManagement. stopInstancePool(StopInstancePoolRequest request)Performs the stop (immediate power off) action on the specified instance pool, which performs the action on all the instances in the pool.Future<StopInstancePoolResponse>ComputeManagementAsync. stopInstancePool(StopInstancePoolRequest request, AsyncHandler<StopInstancePoolRequest,StopInstancePoolResponse> handler)Performs the stop (immediate power off) action on the specified instance pool, which performs the action on all the instances in the pool.Future<StopInstancePoolResponse>ComputeManagementAsyncClient. stopInstancePool(StopInstancePoolRequest request, AsyncHandler<StopInstancePoolRequest,StopInstancePoolResponse> handler)StopInstancePoolResponseComputeManagementClient. stopInstancePool(StopInstancePoolRequest request)Method parameters in com.oracle.bmc.core with type arguments of type StopInstancePoolRequest Modifier and Type Method Description Future<StopInstancePoolResponse>ComputeManagementAsync. stopInstancePool(StopInstancePoolRequest request, AsyncHandler<StopInstancePoolRequest,StopInstancePoolResponse> handler)Performs the stop (immediate power off) action on the specified instance pool, which performs the action on all the instances in the pool.Future<StopInstancePoolResponse>ComputeManagementAsyncClient. stopInstancePool(StopInstancePoolRequest request, AsyncHandler<StopInstancePoolRequest,StopInstancePoolResponse> handler) -
Uses of StopInstancePoolRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return StopInstancePoolRequest Modifier and Type Method Description StopInstancePoolRequestStopInstancePoolRequest.Builder. build()Build the instance of StopInstancePoolRequest as configured by this builderStopInstancePoolRequestStopInstancePoolRequest.Builder. buildWithoutInvocationCallback()Build the instance of StopInstancePoolRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type StopInstancePoolRequest Modifier and Type Method Description StopInstancePoolRequest.BuilderStopInstancePoolRequest.Builder. copy(StopInstancePoolRequest o)Copy method to populate the builder with values from the given instance.
-