Uses of Class
software.amazon.awssdk.services.applicationinsights.model.CreateApplicationResponse
-
Packages that use CreateApplicationResponse Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights -
-
Uses of CreateApplicationResponse in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights that return CreateApplicationResponse Modifier and Type Method Description default CreateApplicationResponseApplicationInsightsClient. createApplication(Consumer<CreateApplicationRequest.Builder> 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.Methods in software.amazon.awssdk.services.applicationinsights that return types with arguments of type CreateApplicationResponse Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>ApplicationInsightsAsyncClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)Adds an application that is created from a resource group.default CompletableFuture<CreateApplicationResponse>ApplicationInsightsAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)Adds an application that is created from a resource group.
-