Uses of Class
com.oracle.bmc.loganalytics.requests.UpsertAssociationsRequest
-
Packages that use UpsertAssociationsRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of UpsertAssociationsRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type UpsertAssociationsRequest Modifier and Type Method Description UpsertAssociationsResponse
LogAnalytics. upsertAssociations(UpsertAssociationsRequest request)
Creates or updates associations between sources and entities.Future<UpsertAssociationsResponse>
LogAnalyticsAsync. upsertAssociations(UpsertAssociationsRequest request, AsyncHandler<UpsertAssociationsRequest,UpsertAssociationsResponse> handler)
Creates or updates associations between sources and entities.Future<UpsertAssociationsResponse>
LogAnalyticsAsyncClient. upsertAssociations(UpsertAssociationsRequest request, AsyncHandler<UpsertAssociationsRequest,UpsertAssociationsResponse> handler)
UpsertAssociationsResponse
LogAnalyticsClient. upsertAssociations(UpsertAssociationsRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type UpsertAssociationsRequest Modifier and Type Method Description Future<UpsertAssociationsResponse>
LogAnalyticsAsync. upsertAssociations(UpsertAssociationsRequest request, AsyncHandler<UpsertAssociationsRequest,UpsertAssociationsResponse> handler)
Creates or updates associations between sources and entities.Future<UpsertAssociationsResponse>
LogAnalyticsAsyncClient. upsertAssociations(UpsertAssociationsRequest request, AsyncHandler<UpsertAssociationsRequest,UpsertAssociationsResponse> handler)
-
Uses of UpsertAssociationsRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return UpsertAssociationsRequest Modifier and Type Method Description UpsertAssociationsRequest
UpsertAssociationsRequest.Builder. build()
Build the instance of UpsertAssociationsRequest as configured by this builderUpsertAssociationsRequest
UpsertAssociationsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpsertAssociationsRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type UpsertAssociationsRequest Modifier and Type Method Description UpsertAssociationsRequest.Builder
UpsertAssociationsRequest.Builder. copy(UpsertAssociationsRequest o)
Copy method to populate the builder with values from the given instance.
-