| Package | Description |
|---|---|
| software.amazon.awssdk.services.rolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationChannel |
NotificationSetting.channel()
The specified channel of notification.
|
NotificationChannel |
NotificationSettingDetail.channel()
The specified channel of notification.
|
NotificationChannel |
NotificationSettingKey.channel()
The specified channel of notification.
|
static NotificationChannel |
NotificationChannel.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static NotificationChannel |
NotificationChannel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationChannel[] |
NotificationChannel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<NotificationChannel> |
NotificationChannel.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
NotificationSetting.Builder |
NotificationSetting.Builder.channel(NotificationChannel channel)
The specified channel of notification.
|
NotificationSettingDetail.Builder |
NotificationSettingDetail.Builder.channel(NotificationChannel channel)
The specified channel of notification.
|
NotificationSettingKey.Builder |
NotificationSettingKey.Builder.channel(NotificationChannel channel)
The specified channel of notification.
|
Copyright © 2023. All rights reserved.