Uses of Class
com.oracle.bmc.loganalytics.model.DeleteLogAnalyticsAssociation
-
Packages that use DeleteLogAnalyticsAssociation Package Description com.oracle.bmc.loganalytics.model -
-
Uses of DeleteLogAnalyticsAssociation in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return DeleteLogAnalyticsAssociation Modifier and Type Method Description DeleteLogAnalyticsAssociation
DeleteLogAnalyticsAssociation.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type DeleteLogAnalyticsAssociation Modifier and Type Method Description List<DeleteLogAnalyticsAssociation>
DeleteLogAnalyticsAssociationDetails. getItems()
The information required to delete an association.Methods in com.oracle.bmc.loganalytics.model with parameters of type DeleteLogAnalyticsAssociation Modifier and Type Method Description DeleteLogAnalyticsAssociation.Builder
DeleteLogAnalyticsAssociation.Builder. copy(DeleteLogAnalyticsAssociation model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type DeleteLogAnalyticsAssociation Modifier and Type Method Description DeleteLogAnalyticsAssociationDetails.Builder
DeleteLogAnalyticsAssociationDetails.Builder. items(List<DeleteLogAnalyticsAssociation> items)
The information required to delete an association.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type DeleteLogAnalyticsAssociation Constructor Description DeleteLogAnalyticsAssociationDetails(String compartmentId, List<DeleteLogAnalyticsAssociation> items)
Deprecated.
-