Uses of Class
com.oracle.bmc.core.responses.StopInstancePoolResponse
-
Packages that use StopInstancePoolResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of StopInstancePoolResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return StopInstancePoolResponse Modifier and Type Method Description StopInstancePoolResponse
ComputeManagement. 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.StopInstancePoolResponse
ComputeManagementClient. stopInstancePool(StopInstancePoolRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type StopInstancePoolResponse 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)
Method parameters in com.oracle.bmc.core with type arguments of type StopInstancePoolResponse 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 StopInstancePoolResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return StopInstancePoolResponse Modifier and Type Method Description StopInstancePoolResponse
StopInstancePoolResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type StopInstancePoolResponse Modifier and Type Method Description StopInstancePoolResponse.Builder
StopInstancePoolResponse.Builder. copy(StopInstancePoolResponse o)
Copy method to populate the builder with values from the given instance.
-