| Package | Description |
|---|---|
| com.amazonaws.services.eventbridge.model |
| Modifier and Type | Method and Description |
|---|---|
EventBus |
EventBus.clone() |
EventBus |
EventBus.withArn(String arn)
The ARN of the event bus.
|
EventBus |
EventBus.withCreationTime(Date creationTime)
The time the event bus was created.
|
EventBus |
EventBus.withDescription(String description)
The event bus description.
|
EventBus |
EventBus.withLastModifiedTime(Date lastModifiedTime)
The time the event bus was last modified.
|
EventBus |
EventBus.withName(String name)
The name of the event bus.
|
EventBus |
EventBus.withPolicy(String policy)
The permissions policy of the event bus, describing which other Amazon Web Services accounts can write events to
this event bus.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventBus> |
ListEventBusesResult.getEventBuses()
This list of event buses.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventBusesResult |
ListEventBusesResult.withEventBuses(EventBus... eventBuses)
This list of event buses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventBusesResult.setEventBuses(Collection<EventBus> eventBuses)
This list of event buses.
|
ListEventBusesResult |
ListEventBusesResult.withEventBuses(Collection<EventBus> eventBuses)
This list of event buses.
|
Copyright © 2025. All rights reserved.