| 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 |
|---|---|
Filter |
Filter.withName(String name)
This parameter is not currently supported.
|
Filter |
Filter.withValues(Collection<String> values)
This parameter is not currently supported.
|
Filter |
Filter.withValues(String... values)
This parameter is not currently supported.
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<RDSConnection,org.mule.runtime.extension.api.runtime.operation.Result<DBInstance,RequestIDAttribute>> |
DBInstanceOperations.describeDbInstances(String dbInstanceIdentifier,
Collection<Filter> filters)
Returns information about provisioned RDS instances.
|
org.mule.runtime.extension.api.runtime.streaming.PagingProvider<RDSConnection,org.mule.runtime.extension.api.runtime.operation.Result<DBSnapshot,RequestIDAttribute>> |
DBSnapshotOperations.describeDbSnapshots(String dbInstanceIdentifier,
String dbSnapshotIdentifier,
boolean includePublic,
boolean includeShared,
String snapshotType,
Integer maxRecords,
Collection<Filter> filters)
Returns information about DB snapshots.
|
| Modifier and Type | Method and Description |
|---|---|
static com.amazonaws.services.rds.model.Filter |
RDSModelFactory.unWrapFilter(Filter sourceFilter) |
| Modifier and Type | Method and Description |
|---|---|
static List<com.amazonaws.services.rds.model.Filter> |
RDSModelFactory.unWrapFilterList(Collection<Filter> sourceFilters) |
Copyright © 2019 MuleSoft, Inc.. All rights reserved.