| Package | Description |
|---|---|
| com.amazonaws.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationComponent |
ApplicationComponent.clone() |
ApplicationComponent |
DescribeComponentResult.getApplicationComponent() |
ApplicationComponent |
ApplicationComponent.withComponentName(String componentName)
The name of the component.
|
ApplicationComponent |
ApplicationComponent.withMonitor(Boolean monitor)
Indicates whether the application component is monitored.
|
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 © 2020. All rights reserved.