| Package | Description |
|---|---|
| com.amazonaws.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationComponent |
ApplicationComponent.addDetectedWorkloadEntry(String key,
Map<String,String> value)
Add a single DetectedWorkload entry
|
ApplicationComponent |
ApplicationComponent.clearDetectedWorkloadEntries()
Removes all the entries added into DetectedWorkload.
|
ApplicationComponent |
ApplicationComponent.clone() |
ApplicationComponent |
DescribeComponentResult.getApplicationComponent() |
ApplicationComponent |
ApplicationComponent.withComponentName(String componentName)
The name of the component.
|
ApplicationComponent |
ApplicationComponent.withComponentRemarks(String componentRemarks)
If logging is supported for the resource type, indicates whether the component has configured logs to be
monitored.
|
ApplicationComponent |
ApplicationComponent.withDetectedWorkload(Map<String,Map<String,String>> detectedWorkload)
Workloads detected in the application component.
|
ApplicationComponent |
ApplicationComponent.withMonitor(Boolean monitor)
Indicates whether the application component is monitored.
|
ApplicationComponent |
ApplicationComponent.withOsType(OsType osType)
The operating system of the component.
|
ApplicationComponent |
ApplicationComponent.withOsType(String osType)
The operating system of the component.
|
ApplicationComponent |
ApplicationComponent.withResourceType(String resourceType)
The resource type.
|
ApplicationComponent |
ApplicationComponent.withTier(String tier)
The stack tier of the application component.
|
ApplicationComponent |
ApplicationComponent.withTier(Tier tier)
The stack tier of the application component.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationComponent> |
ListComponentsResult.getApplicationComponentList()
The list of application components.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeComponentResult.setApplicationComponent(ApplicationComponent applicationComponent) |
DescribeComponentResult |
DescribeComponentResult.withApplicationComponent(ApplicationComponent applicationComponent) |
ListComponentsResult |
ListComponentsResult.withApplicationComponentList(ApplicationComponent... applicationComponentList)
The list of application components.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListComponentsResult.setApplicationComponentList(Collection<ApplicationComponent> applicationComponentList)
The list of application components.
|
ListComponentsResult |
ListComponentsResult.withApplicationComponentList(Collection<ApplicationComponent> applicationComponentList)
The list of application components.
|
Copyright © 2021. All rights reserved.