Uses of Class
software.amazon.awssdk.services.appintegrations.model.CreateApplicationRequest
-
Packages that use CreateApplicationRequest Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications.software.amazon.awssdk.services.appintegrations.transform -
-
Uses of CreateApplicationRequest in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations with parameters of type CreateApplicationRequest Modifier and Type Method Description default CompletableFuture<CreateApplicationResponse>AppIntegrationsAsyncClient. createApplication(CreateApplicationRequest 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. -
Uses of CreateApplicationRequest in software.amazon.awssdk.services.appintegrations.transform
Methods in software.amazon.awssdk.services.appintegrations.transform with parameters of type CreateApplicationRequest Modifier and Type Method Description SdkHttpFullRequestCreateApplicationRequestMarshaller. marshall(CreateApplicationRequest createApplicationRequest)
-