| Package | Description |
|---|---|
| software.amazon.awssdk.services.rolesanywhere.model |
| Modifier and Type | Method and Description |
|---|---|
List<NotificationSetting> |
PutNotificationSettingsRequest.notificationSettings()
A list of notification settings to be associated to the trust anchor.
|
List<NotificationSetting> |
CreateTrustAnchorRequest.notificationSettings()
A list of notification settings to be associated to the trust anchor.
|
| Modifier and Type | Method and Description |
|---|---|
PutNotificationSettingsRequest.Builder |
PutNotificationSettingsRequest.Builder.notificationSettings(NotificationSetting... notificationSettings)
A list of notification settings to be associated to the trust anchor.
|
CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.Builder.notificationSettings(NotificationSetting... notificationSettings)
A list of notification settings to be associated to the trust anchor.
|
| Modifier and Type | Method and Description |
|---|---|
PutNotificationSettingsRequest.Builder |
PutNotificationSettingsRequest.Builder.notificationSettings(Collection<NotificationSetting> notificationSettings)
A list of notification settings to be associated to the trust anchor.
|
CreateTrustAnchorRequest.Builder |
CreateTrustAnchorRequest.Builder.notificationSettings(Collection<NotificationSetting> notificationSettings)
A list of notification settings to be associated to the trust anchor.
|
Copyright © 2023. All rights reserved.