Uses of Class
software.amazon.awssdk.services.ssm.model.OpsItemNotification
-
Packages that use OpsItemNotification Package Description software.amazon.awssdk.services.ssm.model -
-
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 OpsItemNotification Modifier and Type Method Description List<OpsItemNotification>CreateOpsItemRequest. notifications()The Amazon Resource Name (ARN) of an SNS topic where notifications are sent when this OpsItem is edited or changed.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.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 OpsItemNotification Modifier and Type Method Description CreateOpsItemRequest.BuilderCreateOpsItemRequest.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.BuilderOpsItem.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.BuilderUpdateOpsItemRequest.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 OpsItemNotification Modifier and Type Method Description CreateOpsItemRequest.BuilderCreateOpsItemRequest.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.BuilderOpsItem.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.BuilderUpdateOpsItemRequest.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.
-