Uses of Class
software.amazon.awssdk.services.appintegrations.model.CreateApplicationResponse
-
Packages that use CreateApplicationResponse Package Description software.amazon.awssdk.services.appintegrations -
-
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)Creates and persists an Application resource.default CreateApplicationResponseAppIntegrationsClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates and persists an Application resource.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)Creates and persists an Application resource.default CompletableFuture<CreateApplicationResponse>AppIntegrationsAsyncClient. createApplication(CreateApplicationRequest createApplicationRequest)Creates and persists an Application resource.
-