Uses of Class
com.oracle.bmc.osmanagementhub.requests.RebootDynamicSetRequest
-
Packages that use RebootDynamicSetRequest Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.requests -
-
Uses of RebootDynamicSetRequest in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub with parameters of type RebootDynamicSetRequest Modifier and Type Method Description RebootDynamicSetResponseDynamicSet. rebootDynamicSet(RebootDynamicSetRequest request)Initiates a reboot of all managed instances within the specified dynamic set.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)RebootDynamicSetResponseDynamicSetClient. rebootDynamicSet(RebootDynamicSetRequest request)Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type RebootDynamicSetRequest 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 RebootDynamicSetRequest in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return RebootDynamicSetRequest Modifier and Type Method Description RebootDynamicSetRequestRebootDynamicSetRequest.Builder. build()Build the instance of RebootDynamicSetRequest as configured by this builderRebootDynamicSetRequestRebootDynamicSetRequest.Builder. buildWithoutInvocationCallback()Build the instance of RebootDynamicSetRequest as configured by this builderMethods in com.oracle.bmc.osmanagementhub.requests with parameters of type RebootDynamicSetRequest Modifier and Type Method Description RebootDynamicSetRequest.BuilderRebootDynamicSetRequest.Builder. copy(RebootDynamicSetRequest o)Copy method to populate the builder with values from the given instance.
-