Uses of Class
software.amazon.awssdk.services.appintegrations.model.GetEventIntegrationRequest
-
Packages that use GetEventIntegrationRequest 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 GetEventIntegrationRequest in software.amazon.awssdk.services.appintegrations
Methods in software.amazon.awssdk.services.appintegrations with parameters of type GetEventIntegrationRequest Modifier and Type Method Description default CompletableFuture<GetEventIntegrationResponse>AppIntegrationsAsyncClient. getEventIntegration(GetEventIntegrationRequest getEventIntegrationRequest)Returns information about the event integration.default GetEventIntegrationResponseAppIntegrationsClient. getEventIntegration(GetEventIntegrationRequest getEventIntegrationRequest)Returns information about the event integration. -
Uses of GetEventIntegrationRequest in software.amazon.awssdk.services.appintegrations.transform
Methods in software.amazon.awssdk.services.appintegrations.transform with parameters of type GetEventIntegrationRequest Modifier and Type Method Description SdkHttpFullRequestGetEventIntegrationRequestMarshaller. marshall(GetEventIntegrationRequest getEventIntegrationRequest)
-