Uses of Interface
software.amazon.awssdk.services.appintegrations.model.GetEventIntegrationRequest.Builder
-
Packages that use GetEventIntegrationRequest.Builder 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.model -
-
Uses of GetEventIntegrationRequest.Builder in software.amazon.awssdk.services.appintegrations
Method parameters in software.amazon.awssdk.services.appintegrations with type arguments of type GetEventIntegrationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetEventIntegrationResponse>AppIntegrationsAsyncClient. getEventIntegration(Consumer<GetEventIntegrationRequest.Builder> getEventIntegrationRequest)Returns information about the event integration.default GetEventIntegrationResponseAppIntegrationsClient. getEventIntegration(Consumer<GetEventIntegrationRequest.Builder> getEventIntegrationRequest)Returns information about the event integration. -
Uses of GetEventIntegrationRequest.Builder in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return GetEventIntegrationRequest.Builder Modifier and Type Method Description static GetEventIntegrationRequest.BuilderGetEventIntegrationRequest. builder()GetEventIntegrationRequest.BuilderGetEventIntegrationRequest.Builder. name(String name)The name of the event integration.GetEventIntegrationRequest.BuilderGetEventIntegrationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEventIntegrationRequest.BuilderGetEventIntegrationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEventIntegrationRequest.BuilderGetEventIntegrationRequest. toBuilder()Methods in software.amazon.awssdk.services.appintegrations.model that return types with arguments of type GetEventIntegrationRequest.Builder Modifier and Type Method Description static Class<? extends GetEventIntegrationRequest.Builder>GetEventIntegrationRequest. serializableBuilderClass()
-