Uses of Class
software.amazon.awssdk.services.eventbridge.model.EndpointEventBus
-
Packages that use EndpointEventBus Package Description software.amazon.awssdk.services.eventbridge.model -
-
Uses of EndpointEventBus in software.amazon.awssdk.services.eventbridge.model
Methods in software.amazon.awssdk.services.eventbridge.model that return types with arguments of type EndpointEventBus Modifier and Type Method Description List<EndpointEventBus>CreateEndpointRequest. eventBuses()Define the event buses used.List<EndpointEventBus>CreateEndpointResponse. eventBuses()The event buses used by this request.List<EndpointEventBus>DescribeEndpointResponse. eventBuses()The event buses being used by the endpoint you asked for information about.List<EndpointEventBus>Endpoint. eventBuses()The event buses being used by the endpoint.List<EndpointEventBus>UpdateEndpointRequest. eventBuses()Define event buses used for replication.List<EndpointEventBus>UpdateEndpointResponse. eventBuses()The event buses used for replication for the endpoint you updated in this request.Methods in software.amazon.awssdk.services.eventbridge.model with parameters of type EndpointEventBus Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. eventBuses(EndpointEventBus... eventBuses)Define the event buses used.CreateEndpointResponse.BuilderCreateEndpointResponse.Builder. eventBuses(EndpointEventBus... eventBuses)The event buses used by this request.DescribeEndpointResponse.BuilderDescribeEndpointResponse.Builder. eventBuses(EndpointEventBus... eventBuses)The event buses being used by the endpoint you asked for information about.Endpoint.BuilderEndpoint.Builder. eventBuses(EndpointEventBus... eventBuses)The event buses being used by the endpoint.UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. eventBuses(EndpointEventBus... eventBuses)Define event buses used for replication.UpdateEndpointResponse.BuilderUpdateEndpointResponse.Builder. eventBuses(EndpointEventBus... eventBuses)The event buses used for replication for the endpoint you updated in this request.Method parameters in software.amazon.awssdk.services.eventbridge.model with type arguments of type EndpointEventBus Modifier and Type Method Description CreateEndpointRequest.BuilderCreateEndpointRequest.Builder. eventBuses(Collection<EndpointEventBus> eventBuses)Define the event buses used.CreateEndpointResponse.BuilderCreateEndpointResponse.Builder. eventBuses(Collection<EndpointEventBus> eventBuses)The event buses used by this request.DescribeEndpointResponse.BuilderDescribeEndpointResponse.Builder. eventBuses(Collection<EndpointEventBus> eventBuses)The event buses being used by the endpoint you asked for information about.Endpoint.BuilderEndpoint.Builder. eventBuses(Collection<EndpointEventBus> eventBuses)The event buses being used by the endpoint.UpdateEndpointRequest.BuilderUpdateEndpointRequest.Builder. eventBuses(Collection<EndpointEventBus> eventBuses)Define event buses used for replication.UpdateEndpointResponse.BuilderUpdateEndpointResponse.Builder. eventBuses(Collection<EndpointEventBus> eventBuses)The event buses used for replication for the endpoint you updated in this request.
-