Uses of Class
software.amazon.awssdk.services.applicationinsights.model.CreateApplicationRequest
-
Packages that use CreateApplicationRequest Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights software.amazon.awssdk.services.applicationinsights.transform -
-
Uses of CreateApplicationRequest in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights with parameters of type CreateApplicationRequest Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>ApplicationInsightsAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)Adds an application that is created from a resource group.default CreateApplicationResponseApplicationInsightsClient. createApplication(CreateApplicationRequest createApplicationRequest)Adds an application that is created from a resource group. -
Uses of CreateApplicationRequest in software.amazon.awssdk.services.applicationinsights.transform
Methods in software.amazon.awssdk.services.applicationinsights.transform with parameters of type CreateApplicationRequest Modifier and Type Method Description SdkHttpFullRequestCreateApplicationRequestMarshaller. marshall(CreateApplicationRequest createApplicationRequest)
-