| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
ProfileNotificationSummary |
ProfileNotificationSummary.clone() |
ProfileNotificationSummary |
ProfileNotificationSummary.withCurrentProfileVersion(String currentProfileVersion)
The current profile version.
|
ProfileNotificationSummary |
ProfileNotificationSummary.withLatestProfileVersion(String latestProfileVersion)
The latest profile version.
|
ProfileNotificationSummary |
ProfileNotificationSummary.withProfileArn(String profileArn)
The profile ARN.
|
ProfileNotificationSummary |
ProfileNotificationSummary.withProfileName(String profileName)
The profile name.
|
ProfileNotificationSummary |
ProfileNotificationSummary.withType(ProfileNotificationType type)
Type of notification.
|
ProfileNotificationSummary |
ProfileNotificationSummary.withType(String type)
Type of notification.
|
ProfileNotificationSummary |
ProfileNotificationSummary.withWorkloadId(String workloadId) |
ProfileNotificationSummary |
ProfileNotificationSummary.withWorkloadName(String workloadName) |
| Modifier and Type | Method and Description |
|---|---|
List<ProfileNotificationSummary> |
ListProfileNotificationsResult.getNotificationSummaries()
Notification summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListProfileNotificationsResult |
ListProfileNotificationsResult.withNotificationSummaries(ProfileNotificationSummary... notificationSummaries)
Notification summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListProfileNotificationsResult.setNotificationSummaries(Collection<ProfileNotificationSummary> notificationSummaries)
Notification summaries.
|
ListProfileNotificationsResult |
ListProfileNotificationsResult.withNotificationSummaries(Collection<ProfileNotificationSummary> notificationSummaries)
Notification summaries.
|
Copyright © 2023. All rights reserved.