Uses of Class
software.amazon.awssdk.services.applicationinsights.model.DescribeComponentResponse
-
Packages that use DescribeComponentResponse Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights -
-
Uses of DescribeComponentResponse in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights that return DescribeComponentResponse Modifier and Type Method Description default DescribeComponentResponseApplicationInsightsClient. describeComponent(Consumer<DescribeComponentRequest.Builder> describeComponentRequest)Describes a component and lists the resources that are grouped together in a component.default DescribeComponentResponseApplicationInsightsClient. describeComponent(DescribeComponentRequest describeComponentRequest)Describes a component and lists the resources that are grouped together in a component.Methods in software.amazon.awssdk.services.applicationinsights that return types with arguments of type DescribeComponentResponse Modifier and Type Method Description default CompletableFuture<DescribeComponentResponse>ApplicationInsightsAsyncClient. describeComponent(Consumer<DescribeComponentRequest.Builder> describeComponentRequest)Describes a component and lists the resources that are grouped together in a component.default CompletableFuture<DescribeComponentResponse>ApplicationInsightsAsyncClient. describeComponent(DescribeComponentRequest describeComponentRequest)Describes a component and lists the resources that are grouped together in a component.
-