Uses of Class
com.oracle.bmc.osmanagementhub.responses.DeleteManagedInstanceResponse
-
Packages that use DeleteManagedInstanceResponse Package Description com.oracle.bmc.osmanagementhub com.oracle.bmc.osmanagementhub.responses -
-
Uses of DeleteManagedInstanceResponse in com.oracle.bmc.osmanagementhub
Methods in com.oracle.bmc.osmanagementhub that return DeleteManagedInstanceResponse Modifier and Type Method Description DeleteManagedInstanceResponse
ManagedInstance. deleteManagedInstance(DeleteManagedInstanceRequest request)
Unregisters the specified managed instance from the service.DeleteManagedInstanceResponse
ManagedInstanceClient. deleteManagedInstance(DeleteManagedInstanceRequest request)
Methods in com.oracle.bmc.osmanagementhub that return types with arguments of type DeleteManagedInstanceResponse Modifier and Type Method Description Future<DeleteManagedInstanceResponse>
ManagedInstanceAsync. deleteManagedInstance(DeleteManagedInstanceRequest request, AsyncHandler<DeleteManagedInstanceRequest,DeleteManagedInstanceResponse> handler)
Unregisters the specified managed instance from the service.Future<DeleteManagedInstanceResponse>
ManagedInstanceAsyncClient. deleteManagedInstance(DeleteManagedInstanceRequest request, AsyncHandler<DeleteManagedInstanceRequest,DeleteManagedInstanceResponse> handler)
Method parameters in com.oracle.bmc.osmanagementhub with type arguments of type DeleteManagedInstanceResponse Modifier and Type Method Description Future<DeleteManagedInstanceResponse>
ManagedInstanceAsync. deleteManagedInstance(DeleteManagedInstanceRequest request, AsyncHandler<DeleteManagedInstanceRequest,DeleteManagedInstanceResponse> handler)
Unregisters the specified managed instance from the service.Future<DeleteManagedInstanceResponse>
ManagedInstanceAsyncClient. deleteManagedInstance(DeleteManagedInstanceRequest request, AsyncHandler<DeleteManagedInstanceRequest,DeleteManagedInstanceResponse> handler)
-
Uses of DeleteManagedInstanceResponse in com.oracle.bmc.osmanagementhub.responses
Methods in com.oracle.bmc.osmanagementhub.responses that return DeleteManagedInstanceResponse Modifier and Type Method Description DeleteManagedInstanceResponse
DeleteManagedInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.osmanagementhub.responses with parameters of type DeleteManagedInstanceResponse Modifier and Type Method Description DeleteManagedInstanceResponse.Builder
DeleteManagedInstanceResponse.Builder. copy(DeleteManagedInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-