Uses of Class
com.oracle.bmc.opsi.requests.PutAwrHubObjectRequest
-
Packages that use PutAwrHubObjectRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of PutAwrHubObjectRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi with parameters of type PutAwrHubObjectRequest Modifier and Type Method Description PutAwrHubObjectResponse
OperationsInsights. putAwrHubObject(PutAwrHubObjectRequest request)
Creates a new object or overwrites an existing object with the same name to the Awr Hub.Future<PutAwrHubObjectResponse>
OperationsInsightsAsync. putAwrHubObject(PutAwrHubObjectRequest request, AsyncHandler<PutAwrHubObjectRequest,PutAwrHubObjectResponse> handler)
Creates a new object or overwrites an existing object with the same name to the Awr Hub.Future<PutAwrHubObjectResponse>
OperationsInsightsAsyncClient. putAwrHubObject(PutAwrHubObjectRequest request, AsyncHandler<PutAwrHubObjectRequest,PutAwrHubObjectResponse> handler)
PutAwrHubObjectResponse
OperationsInsightsClient. putAwrHubObject(PutAwrHubObjectRequest request)
Method parameters in com.oracle.bmc.opsi with type arguments of type PutAwrHubObjectRequest Modifier and Type Method Description Future<PutAwrHubObjectResponse>
OperationsInsightsAsync. putAwrHubObject(PutAwrHubObjectRequest request, AsyncHandler<PutAwrHubObjectRequest,PutAwrHubObjectResponse> handler)
Creates a new object or overwrites an existing object with the same name to the Awr Hub.Future<PutAwrHubObjectResponse>
OperationsInsightsAsyncClient. putAwrHubObject(PutAwrHubObjectRequest request, AsyncHandler<PutAwrHubObjectRequest,PutAwrHubObjectResponse> handler)
-
Uses of PutAwrHubObjectRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return PutAwrHubObjectRequest Modifier and Type Method Description PutAwrHubObjectRequest
PutAwrHubObjectRequest.Builder. build()
Build the instance of PutAwrHubObjectRequest as configured by this builderPutAwrHubObjectRequest
PutAwrHubObjectRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PutAwrHubObjectRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type PutAwrHubObjectRequest Modifier and Type Method Description PutAwrHubObjectRequest.Builder
PutAwrHubObjectRequest.Builder. copy(PutAwrHubObjectRequest o)
Copy method to populate the builder with values from the given instance.
-