Uses of Class
software.amazon.awssdk.services.appintegrations.model.CreateApplicationResponse
-
Packages that use CreateApplicationResponse Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications. -
-
Uses of CreateApplicationResponse in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations that return CreateApplicationResponse Modifier and Type Method Description default CreateApplicationResponseAppIntegrationsClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)This API is in preview release and subject to change.default CreateApplicationResponseAppIntegrationsClient. createApplication(CreateApplicationRequest createApplicationRequest)This API is in preview release and subject to change.Methods in software.amazon.awssdk.services.appintegrations that return types with arguments of type CreateApplicationResponse Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>AppIntegrationsAsyncClient. createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest)This API is in preview release and subject to change.default CompletableFuture<CreateApplicationResponse>AppIntegrationsAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)This API is in preview release and subject to change.
-