Uses of Class
software.amazon.awssdk.services.eventbridge.model.UpdateApiDestinationRequest
-
Packages that use UpdateApiDestinationRequest Package Description software.amazon.awssdk.services.eventbridge Amazon EventBridge helps you to respond to state changes in your Amazon Web Services resources.software.amazon.awssdk.services.eventbridge.transform -
-
Uses of UpdateApiDestinationRequest in software.amazon.awssdk.services.eventbridge
Methods in software.amazon.awssdk.services.eventbridge with parameters of type UpdateApiDestinationRequest Modifier and Type Method Description default CompletableFuture<UpdateApiDestinationResponse>EventBridgeAsyncClient. updateApiDestination(UpdateApiDestinationRequest updateApiDestinationRequest)Updates an API destination.default UpdateApiDestinationResponseEventBridgeClient. updateApiDestination(UpdateApiDestinationRequest updateApiDestinationRequest)Updates an API destination. -
Uses of UpdateApiDestinationRequest in software.amazon.awssdk.services.eventbridge.transform
Methods in software.amazon.awssdk.services.eventbridge.transform with parameters of type UpdateApiDestinationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateApiDestinationRequestMarshaller. marshall(UpdateApiDestinationRequest updateApiDestinationRequest)
-