Uses of Class
com.oracle.bmc.stackmonitoring.model.AssociatedMonitoredResource
-
Packages that use AssociatedMonitoredResource Package Description com.oracle.bmc.stackmonitoring.model -
-
Uses of AssociatedMonitoredResource in com.oracle.bmc.stackmonitoring.model
Methods in com.oracle.bmc.stackmonitoring.model that return AssociatedMonitoredResource Modifier and Type Method Description AssociatedMonitoredResource
AssociatedMonitoredResource.Builder. build()
Methods in com.oracle.bmc.stackmonitoring.model that return types with arguments of type AssociatedMonitoredResource Modifier and Type Method Description List<AssociatedMonitoredResource>
AssociatedResourcesSummary. getAssociatedResources()
List of associated monitored resources.Methods in com.oracle.bmc.stackmonitoring.model with parameters of type AssociatedMonitoredResource Modifier and Type Method Description AssociatedMonitoredResource.Builder
AssociatedMonitoredResource.Builder. copy(AssociatedMonitoredResource model)
Method parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type AssociatedMonitoredResource Modifier and Type Method Description AssociatedResourcesSummary.Builder
AssociatedResourcesSummary.Builder. associatedResources(List<AssociatedMonitoredResource> associatedResources)
List of associated monitored resources.Constructor parameters in com.oracle.bmc.stackmonitoring.model with type arguments of type AssociatedMonitoredResource Constructor Description AssociatedResourcesSummary(String id, String name, String displayName, String type, String compartmentId, String hostName, String externalId, String managementAgentId, ResourceLifecycleState lifecycleState, LicenseType license, SourceType sourceType, ResourceCategory resourceCategory, List<AssociatedMonitoredResource> associatedResources)
Deprecated.
-