Uses of Class
com.oracle.bmc.opsi.requests.CreateAwrHubRequest
-
Packages that use CreateAwrHubRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of CreateAwrHubRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type CreateAwrHubRequest Modifier and Type Method Description CreateAwrHubResponse
OperationsInsights. createAwrHub(CreateAwrHubRequest request)
Create a AWR hub resource for the tenant in Operations Insights.Future<CreateAwrHubResponse>
OperationsInsightsAsync. createAwrHub(CreateAwrHubRequest request, AsyncHandler<CreateAwrHubRequest,CreateAwrHubResponse> handler)
Create a AWR hub resource for the tenant in Operations Insights.Future<CreateAwrHubResponse>
OperationsInsightsAsyncClient. createAwrHub(CreateAwrHubRequest request, AsyncHandler<CreateAwrHubRequest,CreateAwrHubResponse> handler)
CreateAwrHubResponse
OperationsInsightsClient. createAwrHub(CreateAwrHubRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type CreateAwrHubRequest Modifier and Type Method Description Future<CreateAwrHubResponse>
OperationsInsightsAsync. createAwrHub(CreateAwrHubRequest request, AsyncHandler<CreateAwrHubRequest,CreateAwrHubResponse> handler)
Create a AWR hub resource for the tenant in Operations Insights.Future<CreateAwrHubResponse>
OperationsInsightsAsyncClient. createAwrHub(CreateAwrHubRequest request, AsyncHandler<CreateAwrHubRequest,CreateAwrHubResponse> handler)
-
Uses of CreateAwrHubRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return CreateAwrHubRequest Modifier and Type Method Description CreateAwrHubRequest
CreateAwrHubRequest.Builder. build()
Build the instance of CreateAwrHubRequest as configured by this builderCreateAwrHubRequest
CreateAwrHubRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateAwrHubRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type CreateAwrHubRequest Modifier and Type Method Description CreateAwrHubRequest.Builder
CreateAwrHubRequest.Builder. copy(CreateAwrHubRequest o)
Copy method to populate the builder with values from the given instance.
-