Uses of Class
software.amazon.awssdk.services.eventbridge.model.ApiDestination
Packages that use ApiDestination
-
Uses of ApiDestination in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type ApiDestinationModifier and TypeMethodDescriptionfinal List<ApiDestination>ListApiDestinationsResponse.apiDestinations()An array that includes information about each API destination.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type ApiDestinationModifier and TypeMethodDescriptionListApiDestinationsResponse.Builder.apiDestinations(ApiDestination... apiDestinations) An array that includes information about each API destination.Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type ApiDestinationModifier and TypeMethodDescriptionListApiDestinationsResponse.Builder.apiDestinations(Collection<ApiDestination> apiDestinations) An array that includes information about each API destination.