Uses of Class
com.oracle.bmc.loganalytics.requests.RemoveEntityAssociationsRequest
-
Packages that use RemoveEntityAssociationsRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of RemoveEntityAssociationsRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type RemoveEntityAssociationsRequest Modifier and Type Method Description RemoveEntityAssociationsResponse
LogAnalytics. removeEntityAssociations(RemoveEntityAssociationsRequest request)
Delete association between input source log analytics entity and destination entities.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)
RemoveEntityAssociationsResponse
LogAnalyticsClient. removeEntityAssociations(RemoveEntityAssociationsRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type RemoveEntityAssociationsRequest 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 RemoveEntityAssociationsRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return RemoveEntityAssociationsRequest Modifier and Type Method Description RemoveEntityAssociationsRequest
RemoveEntityAssociationsRequest.Builder. build()
Build the instance of RemoveEntityAssociationsRequest as configured by this builderRemoveEntityAssociationsRequest
RemoveEntityAssociationsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RemoveEntityAssociationsRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type RemoveEntityAssociationsRequest Modifier and Type Method Description RemoveEntityAssociationsRequest.Builder
RemoveEntityAssociationsRequest.Builder. copy(RemoveEntityAssociationsRequest o)
Copy method to populate the builder with values from the given instance.
-