Uses of Class
com.oracle.bmc.osmanagementhub.responses.RebootDynamicSetResponse
-
Packages that use RebootDynamicSetResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of RebootDynamicSetResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return RebootDynamicSetResponse Modifier and Type Method Description RebootDynamicSetResponseDynamicSet. rebootDynamicSet(RebootDynamicSetRequest request)Initiates a reboot of all managed instances within the specified dynamic set.RebootDynamicSetResponseDynamicSetClient. rebootDynamicSet(RebootDynamicSetRequest request)Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type RebootDynamicSetResponse Modifier and Type Method Description Future<RebootDynamicSetResponse>DynamicSetAsync. rebootDynamicSet(RebootDynamicSetRequest request, AsyncHandler<RebootDynamicSetRequest,RebootDynamicSetResponse> handler)Initiates a reboot of all managed instances within the specified dynamic set.Future<RebootDynamicSetResponse>DynamicSetAsyncClient. rebootDynamicSet(RebootDynamicSetRequest request, AsyncHandler<RebootDynamicSetRequest,RebootDynamicSetResponse> handler)Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type RebootDynamicSetResponse Modifier and Type Method Description Future<RebootDynamicSetResponse>DynamicSetAsync. rebootDynamicSet(RebootDynamicSetRequest request, AsyncHandler<RebootDynamicSetRequest,RebootDynamicSetResponse> handler)Initiates a reboot of all managed instances within the specified dynamic set.Future<RebootDynamicSetResponse>DynamicSetAsyncClient. rebootDynamicSet(RebootDynamicSetRequest request, AsyncHandler<RebootDynamicSetRequest,RebootDynamicSetResponse> handler) -
Uses of RebootDynamicSetResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return RebootDynamicSetResponse Modifier and Type Method Description RebootDynamicSetResponseRebootDynamicSetResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type RebootDynamicSetResponse Modifier and Type Method Description RebootDynamicSetResponse.BuilderRebootDynamicSetResponse.Builder. copy(RebootDynamicSetResponse o)Copy method to populate the builder with values from the given instance.
-