Uses of Class
software.amazon.awssdk.services.applicationinsights.model.DescribeComponentRequest
-
Packages that use DescribeComponentRequest Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights software.amazon.awssdk.services.applicationinsights.transform -
-
Uses of DescribeComponentRequest in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights with parameters of type DescribeComponentRequest Modifier and Type Method Description default CompletableFuture<DescribeComponentResponse>ApplicationInsightsAsyncClient. describeComponent(DescribeComponentRequest 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. -
Uses of DescribeComponentRequest in software.amazon.awssdk.services.applicationinsights.transform
Methods in software.amazon.awssdk.services.applicationinsights.transform with parameters of type DescribeComponentRequest Modifier and Type Method Description SdkHttpFullRequestDescribeComponentRequestMarshaller. marshall(DescribeComponentRequest describeComponentRequest)
-