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