Uses of Class
software.amazon.awssdk.services.eventbridge.model.Endpoint
-
Packages that use Endpoint Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of Endpoint in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type Endpoint Modifier and Type Method Description List<Endpoint>ListEndpointsResponse. endpoints()The endpoints returned by the call.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type Endpoint Modifier and Type Method Description ListEndpointsResponse.BuilderListEndpointsResponse.Builder. endpoints(Endpoint... endpoints)The endpoints returned by the call.Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type Endpoint Modifier and Type Method Description ListEndpointsResponse.BuilderListEndpointsResponse.Builder. endpoints(Collection<Endpoint> endpoints)The endpoints returned by the call.
-