| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteEventIntegrationResponse> |
AppIntegrationsAsyncClient.deleteEventIntegration(Consumer<DeleteEventIntegrationRequest.Builder> deleteEventIntegrationRequest)
Deletes the specified existing event integration.
|
default DeleteEventIntegrationResponse |
AppIntegrationsClient.deleteEventIntegration(Consumer<DeleteEventIntegrationRequest.Builder> deleteEventIntegrationRequest)
Deletes the specified existing event integration.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteEventIntegrationRequest.Builder |
DeleteEventIntegrationRequest.builder() |
DeleteEventIntegrationRequest.Builder |
DeleteEventIntegrationRequest.Builder.name(String name)
The name of the event integration.
|
DeleteEventIntegrationRequest.Builder |
DeleteEventIntegrationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteEventIntegrationRequest.Builder |
DeleteEventIntegrationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteEventIntegrationRequest.Builder |
DeleteEventIntegrationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteEventIntegrationRequest.Builder> |
DeleteEventIntegrationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.