| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static ActivityStreamMode |
ActivityStreamMode.fromValue(String value)
Use this in place of valueOf.
|
static ActivityStreamMode |
ActivityStreamMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActivityStreamMode[] |
ActivityStreamMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DBInstance |
DBInstance.withActivityStreamMode(ActivityStreamMode activityStreamMode)
The mode of the database activity stream.
|
DBCluster |
DBCluster.withActivityStreamMode(ActivityStreamMode activityStreamMode)
The mode of the database activity stream.
|
StartActivityStreamResult |
StartActivityStreamResult.withMode(ActivityStreamMode mode)
The mode of the database activity stream.
|
StartActivityStreamRequest |
StartActivityStreamRequest.withMode(ActivityStreamMode mode)
Specifies the mode of the database activity stream.
|
ModifyActivityStreamResult |
ModifyActivityStreamResult.withMode(ActivityStreamMode mode)
The mode of the database activity stream.
|
Copyright © 2024. All rights reserved.