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 SoftstopInstancePoolResponse
ComputeManagement. 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.SoftstopInstancePoolResponse
ComputeManagementClient. 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 SoftstopInstancePoolResponse
SoftstopInstancePoolResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type SoftstopInstancePoolResponse Modifier and Type Method Description SoftstopInstancePoolResponse.Builder
SoftstopInstancePoolResponse.Builder. copy(SoftstopInstancePoolResponse o)
Copy method to populate the builder with values from the given instance.
-