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