Uses of Interface
software.amazon.awssdk.services.ssm.model.OpsItemNotification.Builder
-
Packages that use OpsItemNotification.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of OpsItemNotification.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return OpsItemNotification.Builder Modifier and Type Method Description OpsItemNotification.BuilderOpsItemNotification.Builder. arn(String arn)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.static OpsItemNotification.BuilderOpsItemNotification. builder()OpsItemNotification.BuilderOpsItemNotification. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type OpsItemNotification.Builder Modifier and Type Method Description static Class<? extends OpsItemNotification.Builder>OpsItemNotification. serializableBuilderClass()
-