Uses of Class
com.oracle.bmc.opsi.requests.CreateAwrHubSourceRequest
-
Packages that use CreateAwrHubSourceRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of CreateAwrHubSourceRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type CreateAwrHubSourceRequest Modifier and Type Method Description CreateAwrHubSourceResponse
OperationsInsights. createAwrHubSource(CreateAwrHubSourceRequest request)
Register Awr Hub sourceFuture<CreateAwrHubSourceResponse>
OperationsInsightsAsync. createAwrHubSource(CreateAwrHubSourceRequest request, AsyncHandler<CreateAwrHubSourceRequest,CreateAwrHubSourceResponse> handler)
Register Awr Hub sourceFuture<CreateAwrHubSourceResponse>
OperationsInsightsAsyncClient. createAwrHubSource(CreateAwrHubSourceRequest request, AsyncHandler<CreateAwrHubSourceRequest,CreateAwrHubSourceResponse> handler)
CreateAwrHubSourceResponse
OperationsInsightsClient. createAwrHubSource(CreateAwrHubSourceRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type CreateAwrHubSourceRequest 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 CreateAwrHubSourceRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return CreateAwrHubSourceRequest Modifier and Type Method Description CreateAwrHubSourceRequest
CreateAwrHubSourceRequest.Builder. build()
Build the instance of CreateAwrHubSourceRequest as configured by this builderCreateAwrHubSourceRequest
CreateAwrHubSourceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateAwrHubSourceRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type CreateAwrHubSourceRequest Modifier and Type Method Description CreateAwrHubSourceRequest.Builder
CreateAwrHubSourceRequest.Builder. copy(CreateAwrHubSourceRequest o)
Copy method to populate the builder with values from the given instance.
-