Uses of Class
software.amazon.awssdk.services.eventbridge.model.ApiDestination
-
Packages that use ApiDestination Package Description software.amazon.awssdk.services.eventbridge.model -
-
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 ApiDestination Modifier and Type Method Description List<ApiDestination>ListApiDestinationsResponse. apiDestinations()An array ofApiDestinationobjects that include information about an API destination.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type ApiDestination Modifier and Type Method Description ListApiDestinationsResponse.BuilderListApiDestinationsResponse.Builder. apiDestinations(ApiDestination... apiDestinations)An array ofApiDestinationobjects that include information about an API destination.Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type ApiDestination Modifier and Type Method Description ListApiDestinationsResponse.BuilderListApiDestinationsResponse.Builder. apiDestinations(Collection<ApiDestination> apiDestinations)An array ofApiDestinationobjects that include information about an API destination.
-