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