Uses of Class
software.amazon.awssdk.services.appintegrations.model.GetApplicationResponse
-
Packages that use GetApplicationResponse Package Description software.amazon.awssdk.services.appintegrations -
-
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)Get an Application resource.default GetApplicationResponseAppIntegrationsClient. getApplication(GetApplicationRequest getApplicationRequest)Get an Application resource.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)Get an Application resource.default CompletableFuture<GetApplicationResponse>AppIntegrationsAsyncClient. getApplication(GetApplicationRequest getApplicationRequest)Get an Application resource.
-