Uses of Class
software.amazon.awssdk.services.ssm.model.OpsItemNotification
Packages that use OpsItemNotification
-
Uses of OpsItemNotification in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsItemNotificationModifier and TypeMethodDescriptionfinal List<OpsItemNotification>CreateOpsItemRequest.notifications()The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.final List<OpsItemNotification>OpsItem.notifications()The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.final List<OpsItemNotification>UpdateOpsItemRequest.notifications()The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.Methods in software.amazon.awssdk.services.ssm.model with parameters of type OpsItemNotificationModifier and TypeMethodDescriptionCreateOpsItemRequest.Builder.notifications(OpsItemNotification... notifications) The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.OpsItem.Builder.notifications(OpsItemNotification... notifications) The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.UpdateOpsItemRequest.Builder.notifications(OpsItemNotification... notifications) The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.Method parameters in software.amazon.awssdk.services.ssm.model with type arguments of type OpsItemNotificationModifier and TypeMethodDescriptionCreateOpsItemRequest.Builder.notifications(Collection<OpsItemNotification> notifications) The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.OpsItem.Builder.notifications(Collection<OpsItemNotification> notifications) The Amazon Resource Name (ARN) of an Amazon Simple Notification Service (Amazon SNS) topic where notifications are sent when this OpsItem is edited or changed.UpdateOpsItemRequest.Builder.notifications(Collection<OpsItemNotification> notifications) The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.