Uses of Class
software.amazon.awssdk.services.cloudwatchevents.model.CreateApiDestinationResponse
-
Packages that use CreateApiDestinationResponse Package Description software.amazon.awssdk.services.cloudwatchevents Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources. -
-
Uses of CreateApiDestinationResponse in software.amazon.awssdk.services.cloudwatchevents
Methods in software.amazon.awssdk.services.cloudwatchevents that return CreateApiDestinationResponse Modifier and Type Method Description default CreateApiDestinationResponseCloudWatchEventsClient. createApiDestination(Consumer<CreateApiDestinationRequest.Builder> createApiDestinationRequest)Creates an API destination, which is an HTTP invocation endpoint configured as a target for events.default CreateApiDestinationResponseCloudWatchEventsClient. createApiDestination(CreateApiDestinationRequest createApiDestinationRequest)Creates an API destination, which is an HTTP invocation endpoint configured as a target for events.Methods in software.amazon.awssdk.services.cloudwatchevents that return types with arguments of type CreateApiDestinationResponse Modifier and Type Method Description default CompletableFuture<CreateApiDestinationResponse>CloudWatchEventsAsyncClient. createApiDestination(Consumer<CreateApiDestinationRequest.Builder> createApiDestinationRequest)Creates an API destination, which is an HTTP invocation endpoint configured as a target for events.default CompletableFuture<CreateApiDestinationResponse>CloudWatchEventsAsyncClient. createApiDestination(CreateApiDestinationRequest createApiDestinationRequest)Creates an API destination, which is an HTTP invocation endpoint configured as a target for events.
-