Uses of Class
com.oracle.bmc.opsi.responses.UpdateAwrHubSourceResponse
-
Packages that use UpdateAwrHubSourceResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of UpdateAwrHubSourceResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return UpdateAwrHubSourceResponse Modifier and Type Method Description UpdateAwrHubSourceResponse
OperationsInsights. updateAwrHubSource(UpdateAwrHubSourceRequest request)
Update Awr Hub Source object.UpdateAwrHubSourceResponse
OperationsInsightsClient. updateAwrHubSource(UpdateAwrHubSourceRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type UpdateAwrHubSourceResponse Modifier and Type Method Description Future<UpdateAwrHubSourceResponse>
OperationsInsightsAsync. updateAwrHubSource(UpdateAwrHubSourceRequest request, AsyncHandler<UpdateAwrHubSourceRequest,UpdateAwrHubSourceResponse> handler)
Update Awr Hub Source object.Future<UpdateAwrHubSourceResponse>
OperationsInsightsAsyncClient. updateAwrHubSource(UpdateAwrHubSourceRequest request, AsyncHandler<UpdateAwrHubSourceRequest,UpdateAwrHubSourceResponse> handler)
Method parameters in com.oracle.bmc.opsi with type arguments of type UpdateAwrHubSourceResponse Modifier and Type Method Description Future<UpdateAwrHubSourceResponse>
OperationsInsightsAsync. updateAwrHubSource(UpdateAwrHubSourceRequest request, AsyncHandler<UpdateAwrHubSourceRequest,UpdateAwrHubSourceResponse> handler)
Update Awr Hub Source object.Future<UpdateAwrHubSourceResponse>
OperationsInsightsAsyncClient. updateAwrHubSource(UpdateAwrHubSourceRequest request, AsyncHandler<UpdateAwrHubSourceRequest,UpdateAwrHubSourceResponse> handler)
-
Uses of UpdateAwrHubSourceResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return UpdateAwrHubSourceResponse Modifier and Type Method Description UpdateAwrHubSourceResponse
UpdateAwrHubSourceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type UpdateAwrHubSourceResponse Modifier and Type Method Description UpdateAwrHubSourceResponse.Builder
UpdateAwrHubSourceResponse.Builder. copy(UpdateAwrHubSourceResponse o)
Copy method to populate the builder with values from the given instance.
-