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