Uses of Class
com.oracle.bmc.loganalytics.responses.UpsertAssociationsResponse
-
Packages that use UpsertAssociationsResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of UpsertAssociationsResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return UpsertAssociationsResponse Modifier and Type Method Description UpsertAssociationsResponse
LogAnalytics. upsertAssociations(UpsertAssociationsRequest request)
Creates or updates associations between sources and entities.UpsertAssociationsResponse
LogAnalyticsClient. upsertAssociations(UpsertAssociationsRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type UpsertAssociationsResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type UpsertAssociationsResponse 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 UpsertAssociationsResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return UpsertAssociationsResponse Modifier and Type Method Description UpsertAssociationsResponse
UpsertAssociationsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type UpsertAssociationsResponse Modifier and Type Method Description UpsertAssociationsResponse.Builder
UpsertAssociationsResponse.Builder. copy(UpsertAssociationsResponse o)
Copy method to populate the builder with values from the given instance.
-