Uses of Class
com.oracle.bmc.loganalytics.responses.AddEntityAssociationResponse
-
Packages that use AddEntityAssociationResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of AddEntityAssociationResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return AddEntityAssociationResponse Modifier and Type Method Description AddEntityAssociationResponse
LogAnalytics. addEntityAssociation(AddEntityAssociationRequest request)
Adds association between input source log analytics entity and one or more existing destination entities.AddEntityAssociationResponse
LogAnalyticsClient. addEntityAssociation(AddEntityAssociationRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type AddEntityAssociationResponse Modifier and Type Method Description Future<AddEntityAssociationResponse>
LogAnalyticsAsync. addEntityAssociation(AddEntityAssociationRequest request, AsyncHandler<AddEntityAssociationRequest,AddEntityAssociationResponse> handler)
Adds association between input source log analytics entity and one or more existing destination entities.Future<AddEntityAssociationResponse>
LogAnalyticsAsyncClient. addEntityAssociation(AddEntityAssociationRequest request, AsyncHandler<AddEntityAssociationRequest,AddEntityAssociationResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type AddEntityAssociationResponse Modifier and Type Method Description Future<AddEntityAssociationResponse>
LogAnalyticsAsync. addEntityAssociation(AddEntityAssociationRequest request, AsyncHandler<AddEntityAssociationRequest,AddEntityAssociationResponse> handler)
Adds association between input source log analytics entity and one or more existing destination entities.Future<AddEntityAssociationResponse>
LogAnalyticsAsyncClient. addEntityAssociation(AddEntityAssociationRequest request, AsyncHandler<AddEntityAssociationRequest,AddEntityAssociationResponse> handler)
-
Uses of AddEntityAssociationResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return AddEntityAssociationResponse Modifier and Type Method Description AddEntityAssociationResponse
AddEntityAssociationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type AddEntityAssociationResponse Modifier and Type Method Description AddEntityAssociationResponse.Builder
AddEntityAssociationResponse.Builder. copy(AddEntityAssociationResponse o)
Copy method to populate the builder with values from the given instance.
-