Uses of Class
software.amazon.awssdk.services.applicationinsights.model.CreateComponentRequest
-
Packages that use CreateComponentRequest Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights software.amazon.awssdk.services.applicationinsights.transform -
-
Uses of CreateComponentRequest in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights with parameters of type CreateComponentRequest Modifier and Type Method Description default CompletableFuture<CreateComponentResponse>ApplicationInsightsAsyncClient. createComponent(CreateComponentRequest createComponentRequest)Creates a custom component by grouping similar standalone instances to monitor.default CreateComponentResponseApplicationInsightsClient. createComponent(CreateComponentRequest createComponentRequest)Creates a custom component by grouping similar standalone instances to monitor. -
Uses of CreateComponentRequest in software.amazon.awssdk.services.applicationinsights.transform
Methods in software.amazon.awssdk.services.applicationinsights.transform with parameters of type CreateComponentRequest Modifier and Type Method Description SdkHttpFullRequestCreateComponentRequestMarshaller. marshall(CreateComponentRequest createComponentRequest)
-