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