| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevents.model |
| Modifier and Type | Method and Description |
|---|---|
EventBus |
EventBus.clone() |
EventBus |
EventBus.withArn(String arn)
The ARN of the event bus.
|
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 © 2024. All rights reserved.