Uses of Interface
software.amazon.awssdk.services.appintegrations.model.DeleteEventIntegrationRequest.Builder
-
Packages that use DeleteEventIntegrationRequest.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 DeleteEventIntegrationRequest.Builder in software.amazon.awssdk.services.appintegrations
Method parameters in software.amazon.awssdk.services.appintegrations with type arguments of type DeleteEventIntegrationRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteEventIntegrationResponse>AppIntegrationsAsyncClient. deleteEventIntegration(Consumer<DeleteEventIntegrationRequest.Builder> deleteEventIntegrationRequest)Deletes the specified existing event integration.default DeleteEventIntegrationResponseAppIntegrationsClient. deleteEventIntegration(Consumer<DeleteEventIntegrationRequest.Builder> deleteEventIntegrationRequest)Deletes the specified existing event integration. -
Uses of DeleteEventIntegrationRequest.Builder in software.amazon.awssdk.services.appintegrations.model
Methods in software.amazon.awssdk.services.appintegrations.model that return DeleteEventIntegrationRequest.Builder Modifier and Type Method Description static DeleteEventIntegrationRequest.BuilderDeleteEventIntegrationRequest. builder()DeleteEventIntegrationRequest.BuilderDeleteEventIntegrationRequest.Builder. name(String name)The name of the event integration.DeleteEventIntegrationRequest.BuilderDeleteEventIntegrationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteEventIntegrationRequest.BuilderDeleteEventIntegrationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteEventIntegrationRequest.BuilderDeleteEventIntegrationRequest. toBuilder()Methods in software.amazon.awssdk.services.appintegrations.model that return types with arguments of type DeleteEventIntegrationRequest.Builder Modifier and Type Method Description static Class<? extends DeleteEventIntegrationRequest.Builder>DeleteEventIntegrationRequest. serializableBuilderClass()
-