| Package | Description |
|---|---|
| org.mule.extension.rds.api.model | |
| org.mule.extension.rds.internal.operation | |
| org.mule.extension.rds.internal.util |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.withDate(LocalDateTime dateValue)
Specifies the date and time of the event.
|
Event |
Event.withEventCategories(Collection<String> eventCategories)
Specifies the category for the event.
|
Event |
Event.withEventCategories(String... eventCategories)
Specifies the category for the event.
|
Event |
Event.withMessage(String message)
Provides the text of this event.
|
Event |
Event.withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) for the event.
|
Event |
Event.withSourceIdentifier(String sourceIdentifier)
Provides the identifier for the source of the event.
|
Event |
Event.withSourceType(SourceType sourceType)
Specifies the source type for this event.
|
Event |
Event.withSourceType(String sourceType)
Specifies the source type for this event.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<RDSConnection,org.mule.runtime.extension.api.runtime.operation.Result<Event,RequestIDAttribute>> |
EventOperations.describeEvents(Integer duration,
LocalDateTime endTime,
List<String> eventCategories,
String sourceIdentifier,
String sourceType,
LocalDateTime startTime)
Returns events related to DB instances, DB security groups, DB snapshots, and DB parameter groups for the
past 14 days.
|
| Modifier and Type | Method and Description |
|---|---|
static Event |
RDSModelFactory.getEvent(com.amazonaws.services.rds.model.Event sourceEvent) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.