Uses of Class
com.oracle.bmc.loganalytics.model.AutoAssociationState
-
Packages that use AutoAssociationState Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.model -
-
Uses of AutoAssociationState in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return types with arguments of type AutoAssociationState Modifier and Type Method Description Iterable<AutoAssociationState>
LogAnalyticsPaginators. listAutoAssociationsRecordIterator(ListAutoAssociationsRequest request)
Creates a new iterable which will iterate over theAutoAssociationState
objects contained in responses from the listAutoAssociations operation. -
Uses of AutoAssociationState in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return AutoAssociationState Modifier and Type Method Description AutoAssociationState
AutoAssociationState.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type AutoAssociationState Modifier and Type Method Description List<AutoAssociationState>
AutoAssociationCollection. getItems()
Auto association details of the source.Methods in com.oracle.bmc.loganalytics.model with parameters of type AutoAssociationState Modifier and Type Method Description AutoAssociationState.Builder
AutoAssociationState.Builder. copy(AutoAssociationState model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type AutoAssociationState Modifier and Type Method Description AutoAssociationCollection.Builder
AutoAssociationCollection.Builder. items(List<AutoAssociationState> items)
Auto association details of the source.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type AutoAssociationState Constructor Description AutoAssociationCollection(List<AutoAssociationState> items)
Deprecated.
-