| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
ApplicationComponent |
DescribeComponentResponse.applicationComponent()
Returns the value of the ApplicationComponent property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<ApplicationComponent> |
ListComponentsResponse.applicationComponentList()
The list of application components.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeComponentResponse.Builder |
DescribeComponentResponse.Builder.applicationComponent(ApplicationComponent applicationComponent)
Sets the value of the ApplicationComponent property for this object.
|
ListComponentsResponse.Builder |
ListComponentsResponse.Builder.applicationComponentList(ApplicationComponent... applicationComponentList)
The list of application components.
|
| Modifier and Type | Method and Description |
|---|---|
ListComponentsResponse.Builder |
ListComponentsResponse.Builder.applicationComponentList(Collection<ApplicationComponent> applicationComponentList)
The list of application components.
|
Copyright © 2020. All rights reserved.