| Package | Description |
|---|---|
| com.amazonaws.services.applicationinsights |
|
| com.amazonaws.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeComponentResult |
AbstractAmazonApplicationInsights.describeComponent(DescribeComponentRequest request) |
DescribeComponentResult |
AmazonApplicationInsightsClient.describeComponent(DescribeComponentRequest request)
Describes a component and lists the resources that are grouped together in a component.
|
DescribeComponentResult |
AmazonApplicationInsights.describeComponent(DescribeComponentRequest describeComponentRequest)
Describes a component and lists the resources that are grouped together in a component.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeComponentResult> |
AbstractAmazonApplicationInsightsAsync.describeComponentAsync(DescribeComponentRequest request,
AsyncHandler<DescribeComponentRequest,DescribeComponentResult> asyncHandler) |
Future<DescribeComponentResult> |
AmazonApplicationInsightsAsyncClient.describeComponentAsync(DescribeComponentRequest request,
AsyncHandler<DescribeComponentRequest,DescribeComponentResult> asyncHandler) |
Future<DescribeComponentResult> |
AmazonApplicationInsightsAsync.describeComponentAsync(DescribeComponentRequest describeComponentRequest,
AsyncHandler<DescribeComponentRequest,DescribeComponentResult> asyncHandler)
Describes a component and lists the resources that are grouped together in a component.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeComponentResult |
DescribeComponentResult.clone() |
DescribeComponentResult |
DescribeComponentResult.withApplicationComponent(ApplicationComponent applicationComponent) |
DescribeComponentResult |
DescribeComponentResult.withResourceList(Collection<String> resourceList)
The list of resource ARNs that belong to the component.
|
DescribeComponentResult |
DescribeComponentResult.withResourceList(String... resourceList)
The list of resource ARNs that belong to the component.
|
Copyright © 2023. All rights reserved.