Uses of Class
software.amazon.awssdk.services.appintegrations.model.GetEventIntegrationResponse
-
Packages that use GetEventIntegrationResponse Package Description software.amazon.awssdk.services.appintegrations The Amazon AppIntegrations service enables you to configure and reuse connections to external applications. -
-
Uses of GetEventIntegrationResponse in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations that return GetEventIntegrationResponse Modifier and Type Method Description default GetEventIntegrationResponseAppIntegrationsClient. getEventIntegration(Consumer<GetEventIntegrationRequest.Builder> getEventIntegrationRequest)Returns information about the event integration.default GetEventIntegrationResponseAppIntegrationsClient. getEventIntegration(GetEventIntegrationRequest getEventIntegrationRequest)Returns information about the event integration.Methods in software.amazon.awssdk.services.appintegrations that return types with arguments of type GetEventIntegrationResponse Modifier and Type Method Description default CompletableFuture<GetEventIntegrationResponse>AppIntegrationsAsyncClient. getEventIntegration(Consumer<GetEventIntegrationRequest.Builder> getEventIntegrationRequest)Returns information about the event integration.default CompletableFuture<GetEventIntegrationResponse>AppIntegrationsAsyncClient. getEventIntegration(GetEventIntegrationRequest getEventIntegrationRequest)Returns information about the event integration.
-