Uses of Class
com.oracle.bmc.core.responses.SoftstopInstancePoolResponse
-
Packages that use SoftstopInstancePoolResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of SoftstopInstancePoolResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return SoftstopInstancePoolResponse Modifier and Type Method Description SoftstopInstancePoolResponseComputeManagement. softstopInstancePool(SoftstopInstancePoolRequest request)Performs the softstop (ACPI shutdown and power on) action on the specified instance pool, which performs the action on all the instances in the pool.SoftstopInstancePoolResponseComputeManagementClient. softstopInstancePool(SoftstopInstancePoolRequest request)Methods in com.oracle.bmc.core that return types with arguments of type SoftstopInstancePoolResponse Modifier and Type Method Description Future<SoftstopInstancePoolResponse>ComputeManagementAsync. softstopInstancePool(SoftstopInstancePoolRequest request, AsyncHandler<SoftstopInstancePoolRequest,SoftstopInstancePoolResponse> handler)Performs the softstop (ACPI shutdown and power on) action on the specified instance pool, which performs the action on all the instances in the pool.Future<SoftstopInstancePoolResponse>ComputeManagementAsyncClient. softstopInstancePool(SoftstopInstancePoolRequest request, AsyncHandler<SoftstopInstancePoolRequest,SoftstopInstancePoolResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type SoftstopInstancePoolResponse Modifier and Type Method Description Future<SoftstopInstancePoolResponse>ComputeManagementAsync. softstopInstancePool(SoftstopInstancePoolRequest request, AsyncHandler<SoftstopInstancePoolRequest,SoftstopInstancePoolResponse> handler)Performs the softstop (ACPI shutdown and power on) action on the specified instance pool, which performs the action on all the instances in the pool.Future<SoftstopInstancePoolResponse>ComputeManagementAsyncClient. softstopInstancePool(SoftstopInstancePoolRequest request, AsyncHandler<SoftstopInstancePoolRequest,SoftstopInstancePoolResponse> handler) -
Uses of SoftstopInstancePoolResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return SoftstopInstancePoolResponse Modifier and Type Method Description SoftstopInstancePoolResponseSoftstopInstancePoolResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type SoftstopInstancePoolResponse Modifier and Type Method Description SoftstopInstancePoolResponse.BuilderSoftstopInstancePoolResponse.Builder. copy(SoftstopInstancePoolResponse o)Copy method to populate the builder with values from the given instance.
-